-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
37 lines (37 loc) · 998 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
{
"name": "cnrad-dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@c-side/react": "^1.0.2",
"@types/nprogress": "^0.2.3",
"@types/styled-components": "^5.1.34",
"axios": "^0.27.2",
"framer-motion": "^4.1.17",
"next": "^14.2.3",
"nprogress": "^0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^4.12.0",
"react-spring": "^9.7.3",
"react-tippy": "^1.4.0",
"swr": "^1.3.0",
"use-lanyard": "^1.5.2"
},
"devDependencies": {
"@types/node": "20.2.5",
"@types/react": "17.0.20",
"autoprefixer": "^10.4.19",
"eslint": "7.32.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "4.5.2"
}
}