forked from zettca/cra-template-uikit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
39 lines (39 loc) · 1.22 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
{
"license": "Apache-2.0",
"package": {
"dependencies": {
"@hitachivantara/uikit-react-core": "^3.52.2",
"@hitachivantara/uikit-react-icons": "^3.7.0",
"@hitachivantara/uikit-react-lab": "^3.35.1",
"@material-ui/core": "^4.11.4",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"clsx": "^1.1.1",
"i18next": "^21.6.6",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.3.1",
"js-cookie": "^2.2.1",
"plotly.js-basic-dist": "^1.58.5",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-i18next": "^11.15.3",
"react-router-dom": "5.2.0"
},
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/js-cookie": "^3.0.1",
"@types/node": "^17.0.8",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.2.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"prettier": "^2.5.1",
"react-scripts": "5.0.0",
"typescript": "^4.5.4"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx src --color",
"format": "prettier --write 'src/**/*.{ts,tsx,scss,css,json}'"
}
}
}