-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "thunderstone-quest-randomizer",
"description": "Nuxt.js TypeScript project",
"version": "2.9.2",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"deploy": "DEPLOY_ENV=GH_PAGES npm run build && push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxt/typescript-runtime": "^1.0.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/bulma": "^1.3.0",
"@nuxtjs/pwa": "^3.2.2",
"nuxt": "^2.14.7",
"nuxt-property-decorator": "^2.8.0",
"vuex": "^3.5.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@types/node": "^18.0.5",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-vue": "*",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^9.2.0",
"push-dir": "^0.4.1"
}
}