-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
{
"name": "com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./node_modules/.bin/nodemon server/bin/www",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:dev": "vue-cli-service build --mode development --dest dist_dev && node server/bin/www",
"build:dist": "vue-cli-service build --mode production --dest dist && node server/bin/www"
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.28",
"connect-history-api-fallback": "^1.6.0",
"cookie-parser": "~1.4.4",
"core-js": "^2.6.5",
"debug": "~2.6.9",
"ejs": "^2.6.2",
"express": "~4.16.1",
"express-session": "^1.16.2",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1",
"mysql2": "^1.6.5",
"nodemon": "^1.19.1",
"sequelize": "^5.16.0",
"vue": "^2.6.10",
"vue-kakao-login": "^1.0.4",
"vue-router": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}