-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "qc-ext-server-net-app",
"version": "0.0.1",
"private": true,
"description": "qcext-server",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"chart.js": "^2.7.2",
"chartjs-plugin-annotation": "^0.5.7",
"create-react-class": "^15.5.3",
"cross-fetch": "^2.1.0",
"prop-types": "^15.6.1",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"semantic-ui-react": "^0.79.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"docker:build": "docker build -t qcext-server .",
"docker:save": "docker save -o ./qcext-server.tar qcext-server",
"prepare": "husky install"
},
"proxy": {
"/api": {
"target": "http://localhost:5000"
}
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"husky": "^8.0.1"
}
}