-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.99 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
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
{
"name": "spin-vcode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "node ./bin/www",
"dev": "webpack --config ./config/webpack.dev.config.js",
"build": "webpack --config ./config/webpack.prod.config.js",
"start": "webpack-dev-server --inline --host 0.0.0.0 --config ./config/webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ldgoooo/spin-vcode.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ldgoooo/spin-vcode/issues"
},
"homepage": "https://github.com/ldgoooo/spin-vcode#readme",
"dependencies": {
"axios": "^0.19.2",
"base64-img": "^1.0.4",
"clean-webpack-plugin": "^3.0.0",
"connect-redis": "^4.0.4",
"cookie-parser": "~1.4.4",
"core-js": "^2.6.8",
"debug": "~2.6.9",
"dsbridge": "^3.1.4",
"express": "~4.16.1",
"express-session": "^1.17.1",
"hookrouter": "^1.2.3",
"html-webpack-plugin": "^4.3.0",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"pug": "2.0.0-beta11",
"qs": "^6.9.4",
"query-parse": "^2.0.0",
"query-string": "^6.12.1",
"randomstring": "^1.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"redis": "^3.0.2",
"sharp": "^0.25.3",
"use-query-params": "^1.1.3",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"less": "^3.11.1",
"less-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.9.0",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}