forked from tarangfest/tarang-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 832 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
{
"name": "tarang-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^7.0.0",
"@mantine/form": "^7.1.0",
"@mantine/hooks": "^7.0.0",
"@mantine/notifications": "^7.1.0",
"@tabler/icons-react": "^2.35.0",
"axios": "^1.5.1",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"framer-motion": "^10.16.4",
"next": "13.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-spring-lightbox": "^1.8.0",
"styled-components": "^6.0.8",
"vanilla-tilt": "^1.8.1",
"zustand": "^4.4.1"
},
"devDependencies": {
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.8.0",
"postcss-simple-vars": "^7.0.1"
}
}