-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "vconf",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/toast": "^3.3.0",
"@nuxtjs/vuetify": "^1.12.3",
"@pixiv/three-vrm": "^2.0.10",
"@types/dotenv": "^8.2.0",
"clmtrackr": "^1.1.2",
"core-js": "^3.32.2",
"nuxt": "^2.14.12",
"nuxt-fontawesome": "^0.4.0",
"skyway-js": "^4.4.5",
"stats.js": "^0.17.0",
"three": "^0.155.0",
"vue": "^2.6.12",
"vue-js-modal": "^2.0.0-rc.3"
},
"devDependencies": {
"@nuxt/types": "~2.17.3",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@babel/eslint-parser": "^7.22.15",
"eslint": "^8.0.0",
"eslint-plugin-nuxt": "^4.0.0",
"sass": "^1.64.2",
"sass-loader": "^10.2.0"
}
}