-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.02 KB
/
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
39
40
{
"name": "lost-language-of-the-machines",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formkit/drag-and-drop": "^0.0.38",
"@tanstack/react-query": "^5.37.1",
"@uiw/react-color-block": "^2.1.1",
"framer-motion": "^11.0.20",
"jsonwebtoken": "^9.0.2",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18",
"react-fast-compare": "^3.2.2",
"react-router-dom": "^6.22.3",
"react-scroll-parallax": "^3.4.5",
"react-type-animation": "^3.2.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5"
}
}