-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
51 lines (51 loc) · 1.5 KB
/
template.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
{
"package": {
"scripts": {
"generate-module": "npm explore neti-module-generator npm run module",
"parse-modules": "npm explore neti-module-generator npm run parse"
},
"dependencies": {
"@material-ui/core": "4.12.2",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.60",
"axios": "0.21.1",
"clsx": "1.1.1",
"mobx": "6.3.2",
"mobx-react": "7.2.0",
"mobx-react-lite": "3.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-inlinesvg": "2.3.0",
"react-notifications-component": "3.4.1",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.1.0",
"@testing-library/user-event": "12.1.10",
"@trivago/prettier-plugin-sort-imports": "2.0.2",
"@types/jest": "26.0.15",
"@types/node": "12.0.0",
"@types/query-string": "6.3.0",
"@types/react": "16.14.23",
"@types/react-dom": "16.9.14",
"@types/react-helmet": "6.1.5",
"@types/react-notifications-component": "2.4.0",
"@types/react-router-dom": "5.3.3",
"@types/webpack-env": "1.16.3",
"neti-module-generator": "1.0.2",
"node-sass": "4.14.1",
"prettier": "2.2.1",
"typescript": "4.5.5",
"web-vitals": "0.2.4"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
}