-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
105 lines (105 loc) · 3.41 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "soyoung_craft",
"version": "1.0.0",
"description": "craft",
"author": "SoYoung210",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "netlify dev",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --watch",
"jest:watch": "npm run test --watch",
"jest-preview": "jest-preview",
"test:changed-since": "jest --changedSince=origin/main"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.20",
"@fontsource/inter": "^5.0.20",
"@fontsource/nanum-pen-script": "^5.1.0",
"@gatsbyjs/reach-router": "^2.0.1",
"@radix-ui/primitive": "^1.0.1",
"@radix-ui/react-collection": "^1.1.0",
"@radix-ui/react-compose-refs": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-portal": "^1.0.3",
"@radix-ui/react-primitive": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-three/drei": "^9.111.1",
"@react-three/fiber": "^8.17.5",
"@sparticuz/chromium": "^115.0.0",
"@stitches/react": "^1.2.8",
"@vanilla-extract/babel-plugin": "^1.1.7",
"@vanilla-extract/css": "^1.7.2",
"@vanilla-extract/sprinkles": "^1.5.0",
"@vanilla-extract/webpack-plugin": "^2.1.11",
"animejs": "^3.2.1",
"babel-preset-gatsby": "^3.6.0",
"canvas-confetti": "^1.6.0",
"chroma-js": "^2.4.2",
"cmdk": "^0.1.20",
"easing-coordinates": "^2.0.2",
"framer-motion": "^8.1.9",
"gatsby": "^5.11.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-vanilla-extract": "^4.0.1",
"gatsby-source-filesystem": "^5.11.0",
"gsap": "^3.11.3",
"html2canvas": "^1.4.1",
"puppeteer": "^19.8.0",
"puppeteer-core": "^19.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-player": "^2.12.0",
"sharp": "^0.32.4",
"split-type": "^0.3.3",
"three": "^0.167.1",
"w3c-keys": "^1.0.3"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^3.7.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/animejs": "^3.1.7",
"@types/canvas-confetti": "^1.6.0",
"@types/chroma-js": "^2.4.3",
"@types/gatsbyjs__reach-router": "^2.0.0",
"@types/jest": "^29.5.3",
"@types/node": "^20.4.10",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"babel-jest": "^29.6.2",
"chromium": "^3.0.3",
"dotenv": "^16.3.1",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-transformer-sharp": "^5.11.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-preview": "^0.3.1",
"netlify-cli": "^16.0.2",
"typescript": "^5.1.6"
}
}