This repository was archived by the owner on Oct 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"private": true,
"name": "MySpaceCube",
"version": "1.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.vue,.ts --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue,.ts --ignore-path .gitignore .",
"precommit": "npm run lint",
"start": "nuxt-start",
"scan-trans": "node ./scripts/i18n-scanner.js"
},
"devDependencies": {
"@nuxt/image": "^1.0.0-rc.1",
"@nuxtjs/i18n": "^8.0.0-beta.11",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"chalk": "^5.3.0",
"eslint": "^8.39.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"fs": "^0.0.1-security",
"i18next-scanner": "^4.3.0",
"nuxt": "3.6.2",
"nuxt-icon": "^0.4.0",
"nuxt-simple-sitemap": "^2.4.14",
"nuxt-vite": "^0.3.5",
"typescript": "^4.9.3"
},
"dependencies": {
"@fortawesome/vue-fontawesome": "^3.0.3",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/color-mode": "^3.2.0",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/robots": "^3.0.0",
"@pinia/nuxt": "^0.4.11",
"@vercel/analytics": "^1.0.1",
"axios": "^1.3.3",
"axios-logger": "^2.6.2",
"http-proxy-middleware": "^2.0.6",
"mitt": "^3.0.1",
"node-sass": "^8.0.0",
"nuxt-start": "^2.16.3",
"nuxt3-vuex-module": "^1.0.11",
"pinia": "^2.1.4",
"primeicons": "^6.0.1",
"primevue": "^3.30.0",
"sass": "^1.56.2",
"sass-loader": "^10.4.1",
"vue": "^3.2.47",
"vue-server-renderer": "^2.7.14",
"vuejs-paginate-next": "^1.0.2",
"vuex": "^4.0.2"
}
}