This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
93 lines (93 loc) · 3.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "litmus",
"description": "Chaos Engineering redefined: LitmusChaos is an open source cloud-native Chaos Engineering framework which helps orchestrate chaos on Kubernetes platforms.",
"version": "0.0.3",
"license": "Apache-2.0 License",
"repository": {
"type": "git",
"url": "https://github.com/litmuschaos/website-litmuschaos"
},
"bugs": {
"url": "https://github.com/litmuschaos/website-litmuschaos/issues"
},
"scripts": {
"dev": "gatsby develop -H 0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"lint:watch": "esw -w . --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "npm run lint --fix",
"test": "jest",
"test:watch": "jest --watch",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build": "gatsby build",
"update": "ncu -u"
},
"dependencies": {
"@types/react-slick": "^0.23.4",
"babel-core": "^6.26.3",
"gatsby": "^3.8.1",
"gatsby-plugin-google-analytics": "^3.8.0",
"gatsby-plugin-google-tagmanager": "^3.8.0",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-mdx": "^2.8.0",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-react-axe": "^0.5.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-plugin-sitemap": "3.3.0",
"gatsby-plugin-styled-components": "^4.8.0",
"gatsby-plugin-typescript": "^3.8.0",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-transformer-sharp": "^3.8.0",
"modern-css-reset": "^1.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.0",
"use-media": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.23",
"@types/reach__router": "^1.3.8",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@types/react-helmet": "^6.1.1",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.13.1",
"babel-preset-gatsby": "^1.8.0",
"eslint": "^7.29.0",
"eslint-config-gojutin": "0.1.5",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-watch": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"jest-styled-components": "^7.0.4",
"npm-check-updates": "^11.7.1",
"prettier": "^2.3.2",
"ts-jest": "^27.0.3",
"tslint": "^6.1.3",
"tslint-immutable": "^6.0.1",
"tslint-react": "^5.0.0",
"typescript": "^4.3.5"
}
}