-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 847 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
{
"name": "painter-leaf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@ant-design/icons": "^5.6.0",
"antd": "^5.23.2",
"idb-keyval": "^6.2.1",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"swiper": "^11.2.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20.17.15",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"eslint": "^8.57.1",
"eslint-config-next": "^15.1.6",
"eslint-config-prettier": "^10.0.2",
"postcss": "^8.5.1",
"prettier": "3.5.2",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.3"
}
}