-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1005 Bytes
/
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
{
"name": "apricity",
"description": "Code sharing for apricity",
"main": "app.js",
"private": true,
"scripts": {
"frontend": "webpack --config ./node_modules/@vue/cli-service/webpack.config.js --watch",
"backend": "node app.js",
"build": "vue-cli-service build",
"start": "concurrently \"npm run frontend\" \"npm run backend\" "
},
"dependencies": {
"axios": "^0.19.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"morgan": "~1.9.0",
"request": "^2.88.0",
"sqlite3": "^4.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"concurrently": "^4.1.0",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.9.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.0.1",
"vue": "^2.5.17",
"vue-template-compiler": "^2.5.17",
"webpack-cli": "^3.2.1"
}
}