-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·43 lines (43 loc) · 1.21 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
{
"name": "terraria-web-book",
"version": "1.0.0",
"description": "Terraria web book of items",
"author": "64mb",
"private": true,
"scripts": {
"dev": "nuxt",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.21.2",
"nuxt": "^2.15.8",
"vue-infinite-scroll": "^2.0.2",
"vue2-touch-events": "^2.2.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^7.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/stylelint-module": "^4.0.0",
"babel-eslint": "^10.1.0",
"babel-runtime": "^6.26.0",
"core-js": "^3.19.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^6.0.1",
"prettier": "^2.4.1",
"push-dir": "^0.4.1",
"sass-loader": "^10.2.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0"
}
}