-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1012 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1012 Bytes
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
{
"name": "vuefes-2019",
"version": "1.0.0",
"private": true,
"description": "Vue Fes Japan 2019",
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"contentful": "^11.12.0",
"dayjs": "^1.11.20",
"gsap": "^3.14.2",
"marked": "^18.0.0",
"normalize.css": "^8.0.1",
"nuxt": "^4.4.2"
},
"devDependencies": {
"@nuxt/test-utils": "^4.0.0",
"@vue/language-core": "^3.2.6",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.8.9",
"sass-embedded": "^1.99.0",
"typescript": "^6.0.2",
"vite-plus": "^0.1.16",
"vitest": "^4.1.3",
"vue": "3.5.32",
"vue-router": "5.0.4",
"vue-tsc": "^3.2.6"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@10.7.1"
}