generated from aeroworks-io/nuxt-vercel-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.54 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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "nuxt-typescript-vuetify-project",
"version": "1.0.0",
"description": "Nuxt TypeScript Vuetify Project",
"author": "yu-ichiro",
"license": "MIT",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore ./src ./test ./stories",
"lint:fix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore ./src ./test ./stories --fix",
"test": "jest",
"storybook": "start-storybook -c .storybook -p 6006"
},
"dependencies": {
"@nuxt/typescript-runtime": "^0.4.6",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/vuetify": "^1.0.0",
"nuxt": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-core": "bridge",
"@babel/preset-env": "^7.9.5",
"@nuxt/typescript-build": "^0.6.6",
"@nuxtjs/eslint-config-typescript": "^1.0.2",
"@nuxtjs/eslint-module": "^1.0.0",
"@storybook/vue": "^5.3.15",
"@types/jest": "^25.1.4",
"@types/storybook__vue": "^5.2.1",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.9.0",
"core-js": "^2.6.11",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.5.0",
"nuxt-property-decorator": "^2.5.1",
"prettier": "^1.19.1",
"storybook-addon-vue-info": "^1.4.2",
"ts-jest": "^25.2.1",
"vue-jest": "^3.0.5"
}
}