-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 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": "einhorn-der-mathematik",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"export": "next build"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"clsx": "^1.1.1",
"immer": "^9.0.0",
"next": "^14.0.0",
"react": "^18.0.0",
"react-clock": "^4.2.0",
"react-dom": "^18.0.0",
"shortid": "^2.2.16"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.0.0",
"@types/node": "^18.0.0",
"@types/react": "^18.0.5",
"@types/shortid": "^0.0.29",
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"eslint": "^8.13.0",
"eslint-config-next": "^13.0.0",
"postcss": "^8.4.12",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0"
}
}