-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 885 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 885 Bytes
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
{
"name": "study-picker",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"format": "prettier --write .",
"typecheck": "tsc --noEmit --strict -p tsconfig.json"
},
"dependencies": {
"framer-motion": "^12.34.1",
"next": "^16.1.6",
"prettier": "^3.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.2.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.6",
"jsdom": "^28.1.0",
"schema-dts": "^1.1.5",
"sharp": "^0.34.5",
"typescript": "^5.9.3",
"vitest": "^4.0.18"
}
}