-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.7 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
51
52
53
54
55
56
57
{
"name": "masseffect-5e",
"version": "1.4.4",
"description": "Mass Effect + D&D 5e",
"author": "Luke Aeschleman <[email protected]>",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate -c nuxt.config.prod",
"qa": "nuxt generate -c nuxt.config.qa",
"version": "nuxt generate -c nuxt.config.version",
"local": "nuxt -c nuxt.config.local-data",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup --verbose",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint-fix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
"test": "jest"
},
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.2.0",
"@nuxt/http": "^0.6.4",
"@nuxtjs/i18n": "^7.2.0",
"@nuxtjs/pwa": "^3.3.5",
"aws-amplify": "^4.3.11",
"core-js": "^3.19.1",
"jsonpack": "^1.1.5",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"nuxt": "^2.15.8",
"vue-gtag": "1",
"vue2-editor": "^2.10.3",
"vue2-filters": "^0.12.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/vuetify": "^1.12.1",
"@vue/test-utils": "^1.2.2",
"axios": "^0.21.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.20.0",
"jest": "^26.6.3",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"push-dir": "^0.4.1",
"vue-jest": "^3.0.4"
}
}