-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 KB
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
{
"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.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@nuxt/bridge": "^3.4.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/toast": "^3.3.1",
"@nuxtjs/vuetify": "^1.12.3",
"@pixiv/three-vrm": "^2.0.10",
"@skyway-sdk/room": "^1.6.2",
"@types/dotenv": "^8.2.3",
"bootstrap": "^5.3.8",
"clmtrackr": "^1.1.2",
"core-js": "^3.36.0",
"nuxt": "^2.17.3",
"nuxt-fontawesome": "^0.4.0",
"punycode": "^2.3.1",
"stats.js": "^0.17.0",
"three": "^0.161.0",
"vue": "^2.7.16",
"vue-js-modal": "^2.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.26.10",
"@nuxt/types": "~2.17.3",
"@nuxtjs/eslint-config": "^12.0.0",
"@nuxtjs/eslint-module": "^4.1.0",
"eslint": "^8.57.0",
"eslint-plugin-nuxt": "^4.0.0",
"sass": "^1.71.1",
"sass-loader": "^10.5.0"
}
}