-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 895 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": "katren_nuxt",
"version": "1.0.0",
"description": "My fabulous Nuxt.js project",
"author": "tanusha-tanya",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"stage_build": "NODE_ENV=stage nuxt generate",
"production_build": "NODE_ENV=production nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.9.0",
"@nuxtjs/svg-sprite": "^0.4.7",
"axios": "^0.19.0",
"lodash": "^4.17.15",
"nuxt": "^2.11.0",
"vue-cookies": "^1.6.1",
"vue-multiselect": "^2.1.6",
"vue-the-mask": "^0.11.1",
"vuelidate": "^0.7.4",
"vuescroll": "^4.14.4"
},
"devDependencies": {
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.1",
"node-sass": "^4.13.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^8.0.0"
}
}