-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 983 Bytes
/
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
{
"name": "spice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mui/base": "^5.0.0-beta.60",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"classnames": "^2.5.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"lenis": "^1.1.14",
"next": "^14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.0",
"typescript": "5.1.3"
},
"devDependencies": {
"@gsap/react": "^2.1.0",
"@types/prismjs": "^1.26.0",
"autoprefixer": "^10.4.14",
"css-declaration-sorter": "^7.0.0",
"gsap": "^3.12.5",
"postcss-sort-media-queries": "^5.2.0",
"prismjs": "^1.29.0",
"sass": "^1.63.4",
"the-new-css-reset": "^1.8.6",
"zustand": "^4.3.8"
}
}