-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
41
{
"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.3.3",
"@tailwindcss/postcss": "^4.0.3",
"@tanstack/react-query": "^5.66.0",
"@uiw/react-color-block": "^2.3.4",
"framer-motion": "^12.0.6",
"jsonwebtoken": "^9.0.2",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-fast-compare": "^3.2.2",
"react-router-dom": "^7.1.5",
"react-scroll-parallax": "^3.4.5",
"react-type-animation": "^3.2.0",
"uuid": "^11.0.5"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.66.0",
"@types/jsonwebtoken": "^9.0.8",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.1",
"tailwindcss": "^4.0.3",
"typescript": "^5"
}
}