-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 892 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev -p 8080",
"start": "next start -p 8080",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.8",
"conf": "^11.0.2",
"lodash": "^4.17.21",
"next": "latest",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.14.198",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"autoprefixer": "^10.4.15",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}