-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 775 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 775 Bytes
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
{
"name": "nuxttypescriptbooks",
"description": "Nuxt.js TypeScript project",
"version": "2.6.1",
"private": true,
"dependencies": {
"@nuxtjs/axios": "5.4.1",
"@types/jest": "^24.0.11",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^6.26.3",
"jest": "^24.7.1",
"nuxt": "2.6.1",
"nuxt-property-decorator": "2.1.3",
"ts-jest": "^24.0.2",
"ts-node": "8.0.3",
"vue-jest": "^3.0.4",
"vue-resource": "^1.5.1",
"vuex-class": "0.3.2"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest --watch"
},
"devDependencies": {
"@nuxt/typescript": "2.6.1",
"@types/node": "10.14.4",
"@types/webpack-env": "1.13.9"
}
}