-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"proxy": "http://dm:8010",
"dependencies": {
"@canonical/react-components": "^0.24.0",
"@emotion/react": "^11.7.0",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.2.2",
"axios": "^0.24.0",
"history": "^4.7.2",
"jwt-decode": "^2.2.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-highlight": "^0.14.0",
"react-scripts": "^3.4.3",
"react-tooltip": "^4.2.21",
"vanilla-framework": "^2.37.1"
},
"scripts": {
"build-css": "node-sass src/ -o src/",
"start": "npm run build-css && react-scripts start",
"buildonly": "react-scripts build",
"build": "npm run build-css && react-scripts build",
"test": "npm run build-css && react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"filesize": "5.0.3",
"node-sass": "^4.14.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}