-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.12 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
69
70
71
72
{
"name": "snapmaster",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/snapmaster-io/snapmaster.git"
},
"dependencies": {
"@auth0/auth0-spa-js": "^1.6.1",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@fullstory/browser": "^1.4.4",
"@trendmicro/react-navbar": "^0.3.0",
"@trendmicro/react-sidenav": "^0.4.5",
"@vx/legend": "0.0.192",
"@vx/scale": "0.0.192",
"bootstrap": "^4.3.1",
"cloudfont": "^1.0.12",
"eslint-plugin-flowtype": "^3.13.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.15.10",
"hookrouter": "^1.2.3",
"jquery": "^3.5.1",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.14",
"react-bootstrap-table-next": "^3.3.5",
"react-device-detect": "^1.11.14",
"react-dom": "^16.10.2",
"react-frame-component": "^4.1.1",
"react-minimal-pie-chart": "^6.0.1",
"react-monaco-editor": "^0.34.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-select": "^3.1.0",
"recharts": "^2.0.0-beta.1",
"source-map-explorer": "^2.4.2",
"typescript": "^3.7.3",
"yaml": "^1.8.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start",
"rm": "rm -r build/*",
"build": "react-app-rewired build",
"build:dev": "npm run rm && npm run build",
"build:prod": "cp src/utils/auth_config_prod.json src/utils/auth_config.json && npm run build && cp src/utils/auth_config_dev.json src/utils/auth_config.json",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react-app-rewired": "^2.1.5"
}
}