-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 854 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
{
"name": "attic",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"chrome:prepare": "mv out/_next out/assets && sed -i 's/\\/_next/\\/assets/g' out/**.html"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"next": "12.0.7",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "17.0.2",
"uuid": "^8.3.2",
"zustand": "^3.6.7"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/uuid": "^8.3.3",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.5",
"react-icons": "^4.3.1",
"tailwindcss": "^3.0.1",
"typescript": "4.5.3"
}
}