-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 4.43 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "pieb-with-dpe-frontend",
"author": "liangxiaojun",
"version": "1.0.0",
"description": "PIEB with DPE ReactJs Front-end Project",
"main": "./src/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node build/dev/server.js",
"clean": "rimraf dist",
"dll": "cross-env NODE_ENV=production node build/dll/dll.js",
"package": "cross-env NODE_ENV=production node build/prod/prod.js",
"build": "npm i && npm run clean && npm run dll && npm run package",
"run": "cross-env NODE_ENV=production node build/run/server.js",
"start": "npm run build && npm run run"
},
"repository": {
"type": "git",
"url": "https://github.com/fatalxiao/pieb-with-dpe-frontend"
},
"keywords": [
"dural-puncture-epidural",
"dpe",
"react",
"vivy"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fatalxiao/pieb-with-dpe-frontend/issues"
},
"dependencies": {
"alcedo-ui": "^2.72.1",
"axios": "^1.3.4",
"babel-polyfill": "^6.26.0",
"classnames": "^2.3.2",
"connected-react-router": "^6.9.3",
"history": "^4.10.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dotdotdot": "^1.3.1",
"react-redux": "^8.0.5",
"react-router": "^5.2.1",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.4.5",
"screenfull": "^6.0.2",
"vivy": "^2.2.6",
"vivy-api": "^2.3.0",
"vivy-async-component": "^2.3.0",
"vivy-router": "^2.0.5"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@babel/plugin-proposal-export-default-from": "^7.18.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-bind": "^7.18.9",
"@babel/plugin-proposal-function-sent": "^7.18.6",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-pipeline-operator": "^7.18.9",
"@babel/plugin-proposal-throw-expressions": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.21.0",
"assets-webpack-plugin": "^7.1.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.4.3",
"babel-loader": "^9.1.2",
"babel-plugin-transform-import-sync": "^2.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-webpack-aliases": "^1.1.3",
"compression": "^1.7.4",
"compression-webpack-plugin": "^10.0.0",
"connect-history-api-fallback": "^2.0.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.29.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.35.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.18.2",
"fancy-node-logger": "^0.2.0",
"html-loader": "^4.2.0",
"html-webpack-include-assets-plugin": "^1.0.10",
"html-webpack-plugin": "^5.5.0",
"http-proxy-middleware": "^2.0.6",
"opn": "^5.5.0",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.0.1",
"rimraf": "^4.3.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-dev-middleware": "^6.0.1",
"webpack-hot-middleware": "^2.25.3",
"webpack-merge": "^5.8.0"
}
}