-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.48 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "jest"
},
"devDependencies": {
"@jest/globals": "^29.6.2",
"@nuxt/content": "^2.8.2",
"@types/ramda": "^0.29.9",
"jest": "^29.6.2",
"nuxt": "^3.8.2",
"prettier": "3.0.3",
"purs-loader": "^4.0.0",
"sass": "^1.60.0",
"sass-loader": "^13.2.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.3",
"vue-tsc": "^1.8.1"
},
"overrides": {
"vue": "latest"
},
"dependencies": {
"@capsizecss/core": "^4.1.2",
"@capsizecss/unpack": "^2.2.0",
"@notionhq/client": "^0.4.13",
"@nuxt/image": "^1.1.0",
"@nuxtjs/dotenv": "^1.4.1",
"@oakstudios/mechanical-ragger": "^0.5.0",
"@phosphor-icons/vue": "^2.1.4",
"@pinia/nuxt": "^0.4.11",
"@studio-freight/lenis": "^1.0.19",
"@xstate/vue": "^2.0.0",
"are.na": "^0.1.5",
"arena-typed": "^1.0.4",
"augmented-ui": "^2.0.0",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"chromotome": "^1.20.0",
"color-contrast-checker": "^2.1.0",
"date-fns": "^3.6.0",
"events": "^3.3.0",
"fastdom": "^1.0.11",
"fontfaceobserver": "^2.3.0",
"gsap": "^3.12.1",
"image-q": "^4.0.0",
"imagesloaded": "^5.0.0",
"pinia": "^2.1.6",
"query-string": "^8.1.0",
"ramda": "^0.29.1",
"spectral.js": "^2.0.2",
"xstate": "^4.38.0"
}
}