-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 896 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": "Valera",
"version": "1.0.0",
"description": "My superb Nuxt.js project",
"author": "Kirill Gladkikh",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"ant-design-vue": "^1.1.10",
"normalize.css": "^8.0.1",
"nuxt": "^2.0.0",
"nuxt-i18n": "^6.12.2",
"vue-markdown": "^2.2.4"
},
"devDependencies": {
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/svg": "^0.1.11",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"node-sass": "^4.14.1",
"nuxt-vuex-localstorage": "^1.2.6",
"nuxt-webfontloader": "^1.1.0",
"prettier": "^1.19.1",
"raw-loader": "^4.0.1",
"sass-loader": "^8.0.2"
}
}