-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "inconnect",
"version": "1.0.0",
"main": "index.js",
"author": "moon_racker <monster432max@live.com>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@inotom/vue-go-top": "^1.3.0",
"@stomp/stompjs": "^5.4.4",
"buefy": "^0.8.15",
"node-sass": "^4.14.0",
"sass-loader": "^8.0.2",
"sockjs-client": "^1.4.0",
"style-loader": "^1.1.3",
"vue": "^2.6.11",
"vue-resource": "^1.5.1",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.2",
"vue-loader": "^15.9.0",
"vue-style-loader": "^4.1.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
}
}