-
Notifications
You must be signed in to change notification settings - Fork 522
/
package.json
55 lines (55 loc) · 1.35 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
{
"name": "ssr",
"version": "1.0.0",
"description": "{{ description }}",
"author": "{{ author }}",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"config": {
"nuxt": {
"host": "127.0.0.1",
"port": "3000"
}
},
"dependencies": {
"axios": "^0.21.1",
"babel-cli": "^6.26.0",
"babel-runtime": "^6.26.0",
"backpack-core": "^0.7.0",
"cross-env": "^5.1.5",
"file-loader": "^1.1.11",
"image-webpack-loader": "^4.2.0",
"mysql": "2.14.0",
"nodemon": "^1.17.4",
"nuxt": "2.0.0",
"redis": "2.8.0",
"request": "^2.79.0",
"source-map-support": "0.4.15",
"vue-carousel": "0.6.4",
"vue-slide": "1.1.1"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^6.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^3.0.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^7.0.0",
"pug": "^3.0.1",
"pug-loader": "^2.3.0",
"sass-loader": "^6.0.5",
"vue-slide": "^1.1.1"
}
}