-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 826 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": "translator",
"version": "1.0.0",
"description": "My exquisite Nuxt.js project",
"author": "chew",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.0.0",
"@vuikit/icons": "^0.8.1",
"@vuikit/theme": "^0.8.1",
"nuxt": "^1.0.0",
"phoenix": "^1.3.4",
"phoenix-socket": "^1.2.3",
"vue-recaptcha": "^1.1.1",
"vue-shortkey": "^3.1.6",
"vuex-map-fields": "^1.3.1",
"vuikit": "^0.8.10"
},
"devDependencies": {
"cross-env": "^5.0.1",
"css-loader": "^1.0.0",
"node-sass": "^4.9.3",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}