-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 863 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
{
"name": "nuref",
"version": "1.1.8",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/uuid": "^9.0.8",
"clsx": "^2.1.0",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"i18next": "^23.8.2",
"next": "14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^14.0.2",
"react-icons": "^5.0.1",
"react-image-crop": "^11.0.5",
"react-moveable": "^0.56.0",
"react-select": "^5.8.0",
"react-toastify": "^10.0.4",
"sass": "^1.70.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.52",
"@types/react-dom": "18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"typescript": "5.3.3"
}
}