-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "nuxt-sample",
"version": "1.0.0",
"description": "",
"author": "",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
"lint-fix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . --fix"
},
"dependencies": {
"@nuxtjs/font-awesome": "^1.0.4",
"@nuxtjs/vuetify": "^1.2.1",
"axios": "^0.19.0",
"nuxt": "2.9.1",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"ts-node": "^8.3.0",
"vue-property-decorator": "^8.2.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.1.11",
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-config-typescript": "^0.1.2",
"@nuxtjs/style-resources": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"eslint": "^6.1.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0"
}
}