-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 971 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 971 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
{
"name": "voltronix",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@sanity/client": "^7.14.0",
"@sanity/image-url": "^1.2.0",
"@sanity/vision": "^4.22.0",
"@stripe/stripe-js": "^8.6.1",
"canvas-confetti": "^1.9.4",
"next": "^16.1.2",
"next-sanity": "^11.6.12",
"next-sanity-image": "^6.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"sanity": "^4.22.0",
"stripe": "^20.1.2",
"styled-components": "^6.3.6"
},
"devDependencies": {
"@babel/preset-react": "^7.28.5",
"eslint": "^9.39.2",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^16.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1"
}
}