-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "battleblox",
"version": "1.0.0",
"description": "Play BattleBlox online | A challenging turn based strategy game where you aim to conquer the map!",
"author": "Thomas William McClean",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.34",
"@fortawesome/free-brands-svg-icons": "5.15.2",
"@fortawesome/free-solid-svg-icons": "5.15.2",
"@fortawesome/vue-fontawesome": "0.1.10",
"@nuxtjs/eslint-config": "2.0.0",
"@nuxtjs/eslint-module": "1.0.0",
"@nuxtjs/pwa": "3.3.5",
"@vue/test-utils": "1.1.3",
"babel-eslint": "10.1.0",
"babel-jest": "24.1.0",
"eslint": "6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"jest": "24.1.0",
"micro-stat": "0.7.0",
"nuxt": "2.14.12",
"nuxt-webfontloader": "1.1.0",
"sass": "1.32.7",
"sass-loader": "10.1.0",
"vue-jest": "5.0.0-alpha.7",
"vuex-persist": "3.1.3"
}
}