-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 1.95 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
73
74
75
76
77
78
79
80
81
{
"name": "3d-printer-web",
"version": "2.0.0",
"main": "index.js",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/nikelborm/3d-printer.git"
},
"author": "nikelborm",
"bugs": {
"url": "https://github.com/nikelborm/3d-printer.git"
},
"type": "module",
"dependencies": {
"code-oss-dev": "^0.0.1-security",
"bootstrap": "^4.6.0",
"chart.js": "^2.9.4",
"compression": "^1.7.4",
"dayjs": "^1.10.4",
"express": "^4.17.1",
"express-favicon": "^2.0.1",
"mobx": "^6.2.0",
"mobx-logger": "^0.7.1",
"mobx-react": "^7.1.0",
"react": "^17.0.2",
"react-bootstrap": "^1.5.2",
"react-chartjs-2": "^2.11.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-sweet-progress": "^1.1.2",
"sha256": "^0.2.0",
"styled-components": "^5.2.1",
"ws": "^7.4.6"
},
"scripts": {
"start": "node --trace-deprecation --trace-warnings index.js",
"startdev": "react-app-rewired start",
"build": "react-app-rewired build",
"buildp": "react-app-rewired build --profile",
"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"
]
},
"engines": {
"node": ">=15.0.1"
},
"homepage": ".",
"proxy": "http://localhost:3000/",
"optionalDependencies": {
"jshint": "^2.12.0",
"source-map-explorer": "^2.4.2"
},
"resolutions": {
"styled-components": "^5"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.13.15",
"babel-plugin-styled-components": "^1.12.0",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.1.8"
}
}