forked from rudderlabs/config-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.14 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
{
"name": "rudder-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@types/flat": "^5.0.2",
"@types/jest": "25.1.2",
"@types/lodash": "^4.14.157",
"@types/node": "12.6.8",
"@types/react": "16.8.23",
"@types/react-dom": "16.8.4",
"@types/react-router-dom": "^4.3.4",
"@types/recharts": "^1.1.21",
"@types/styled-components": "^4.1.18",
"antd": "^3.22.0",
"axios": "^0.21.1",
"babel-plugin-import": "^1.12.0",
"customize-cra": "^0.5.0",
"flat": "^5.0.2",
"get-value": "^3.0.1",
"js-file-download": "^0.4.9",
"ksuid": "^1.2.0",
"less": "^3.10.1",
"less-loader": "^5.0.0",
"lodash": "^4.17.15",
"mobx": "^5.13.0",
"mobx-react": "^6.1.1",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"query-string": "^6.8.2",
"raw.macro": "^0.3.0",
"react": "^16.8.6",
"react-ace-cdn": "^1.0.3",
"react-dom": "^16.8.6",
"react-markdown": "^4.1.0",
"react-router-dom": "^5.0.1",
"react-scripts": "^3.4.0",
"recharts": "^1.7.1",
"set-value": "^3.0.1",
"sort-keys-recursive": "^2.0.1",
"source-map-explorer": "^2.0.1",
"styled-components": "^4.3.2",
"typescript": "3.5.3",
"typescript-styled-is": "^2.0.0",
"unset-value": "^1.0.0"
},
"devDependencies": {
"@typescript-eslint/parser": "^2.3.2",
"eslint-plugin-import": "^2.18.2",
"json-loader": "^0.5.7",
"react-app-rewired": "^2.1.3",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.0.0",
"typescript-styled-plugin": "^0.14.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"engines": {
"node": "<16"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}