-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 885 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
{
"name": "ruianVA",
"version": "1.0.0",
"description": "My terrific Nuxt.js project",
"author": "yangjiahao 00444209",
"private": true,
"scripts": {
"dev": "nuxt",
"debug": "node --inspect-brk=9229 node_modules/nuxt/bin/nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"ant-design-vue": "^1.4.10",
"bootstrap": "^4.2.1",
"bootstrap-vue": "^2.3.0",
"cross-env": "^5.2.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"node-sass": "^4.11.0",
"nuxt": "^2.11.0",
"sass-loader": "^7.1.0",
"vue": "2.6.11",
"vue-outline": "^1.14.1",
"vue-scrollto": "^2.13.0",
"vue-server-renderer": "2.6.11"
},
"devDependencies": {
"@nuxtjs/axios": "^5.4.1",
"@nuxtjs/proxy": "^1.3.3",
"babel-plugin-import": "^1.11.0",
"nodemon": "^1.11.0"
}
}