-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 886 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
{
"name": "elden-ring-checklist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@tabler/icons-react": "^3.7.0",
"lodash.clonedeep": "^4.5.0",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@testing-library/react": "^16.0.0",
"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "8.56.0",
"eslint-config-next": "^14.2.4",
"jsdom": "^24.1.0",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "5.5.2",
"vitest": "^1.6.0"
}
}