-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 966 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
36
37
38
{
"name": "raider",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "title Raid Legacy && nuxt start",
"generate": "nuxt generate",
"test": "jest --watch"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/composition-api": "^0.23.4",
"@nuxtjs/pwa": "^3.3.5",
"konva": "^7.2.5",
"nuxt": "^2.15.3",
"vue-konva": "^2.1.7"
},
"devDependencies": {
"@nuxt/types": "^2.15.3",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/vuetify": "^1.11.3",
"@types/jest": "^26.0.23",
"@vue/test-utils": "^1.1.3",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"jest": "^26.6.3",
"nuxt-storm": "^1.0.8",
"nuxt-typed-vuex": "^0.2.0",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"ts-jest": "^26.5.4",
"typescript-tslint-plugin": "^1.0.1",
"vue-jest": "^3.0.7"
}
}