forked from td-org-uit-no/tdctl-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.98 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
{
"name": "tdctl-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.7.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify/react": "^3.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/classnames": "^2.3.1",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.19",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/react-router-dom": "^5.1.8",
"classnames": "^2.3.1",
"echarts": "^5.4.0",
"echarts-for-react": "^3.0.2",
"env-cmd": "^10.1.0",
"eslint": "^7.11.0",
"framer-motion": "^10.12.18",
"http-proxy-middleware": "^1.3.1",
"jwt-decode": "^3.1.2",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-snowfall": "^1.2.1",
"sass": "^1.55.0",
"typescript": "~4.3.5",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "env-cmd -f environments/.env.development react-scripts start",
"start:local": "env-cmd -f environments/.env.local-development react-scripts start",
"start:production": "env-cmd -f environments/.env.production react-scripts start",
"build": "env-cmd -f environments/.env.production react-scripts build",
"build:development": "env-cmd -f environments/.env.development react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all",
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1"
}
}