This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
43 lines (43 loc) · 1.65 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
{
"package": {
"scripts": {
"sitemap": "tsc --allowJs --jsx react --esModuleInterop --outDir build/sitemap sitemap.ts && node build/sitemap/sitemap.js \"https://control-ui.bemit.codes\" ./public/sitemap.xml",
"prebuild": "npm run sitemap"
},
"dependencies": {
"@babel/node": "^7.10.5",
"@control-ui/app": "0.0.11",
"@control-ui/docs": "0.0.12",
"@control-ui/kit": "0.0.12",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.9.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-loadable": "^5.5.3",
"@types/react-router-dom": "^5.1.5",
"es6-promise": "^4.2.8",
"i18next": "^19.3.3",
"i18next-browser-languagedetector": "^4.0.2",
"i18next-chained-backend": "^2.0.1",
"i18next-localstorage-backend": "^3.1.1",
"i18next-xhr-backend": "^3.2.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.3.4",
"react-loadable": "^5.5.0",
"react-markdown": "^4.3.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.3",
"typescript": "^3.7.5"
},
"devDependencies": {
"@types/node": "^12.12.59"
}
}
}