-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.87 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"serve:frontend": "vue-cli-service serve",
"serve:backend": "nodemon ./backend/server.js",
"start": "node ./backend/server.js",
"build": "vue-cli-service build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CODEDUEL2022/CODEDUEL"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CODEDUEL2022/CODEDUEL/issues"
},
"homepage": "https://github.com/CODEDUEL2022/CODEDUEL#readme",
"dependencies": {
"@loadingio/css-spinner": "^2.0.2",
"augmented-ui": "^2.0.0",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"connect-history-api-fallback": "^2.0.0",
"core-js": "^3.8.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"google-fonts-webpack-plugin": "^0.4.4",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"vue": "^2.6.14",
"vue-router": "^3.5.1",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.0",
"vuex": "^3.6.2",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.16",
"sass": "~1.32.0",
"sass-loader": "^10.3.1",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.0",
"webpack-shell-plugin-next": "^2.2.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"node-sass": "^7.0.1",
"nodemon": "^2.0.16",
"sass": "~1.32.0",
"sass-loader": "^10.3.1",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.0",
"webpack-shell-plugin-next": "^2.2.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}