-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
42
{
"name": "nosdeputes-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typescript": "tsc -p tsconfig.json"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.1.1",
"@mui/lab": "^7.0.0-beta.13",
"@mui/material": "^7.1.1",
"@mui/material-nextjs": "^7.1.1",
"@mui/x-charts": "^8.3.1",
"@types/lodash": "^4.17.4",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"next": "^15.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.4",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"prisma": "^6.7.0",
"prisma-openapi": "^1.1.7",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5.5.4",
"@tricoteuses/api-parlement": "git+https://git.en-root.org/tricoteuses/tricoteuses-api-parlement.git#staging"
}
}