-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 890 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
{
"name": "next-cockpit-template",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"startdev": "next start -p 3001",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.2",
"axios": "^0.24.0",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scrollchor": "^7.0.1",
"sass": "^1.54.0"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@types/react": "^18.0.17",
"eslint": "^7.32.0",
"eslint-config-next": "12.2.3",
"prettier": "2.7.1",
"typescript": "^4.5.5"
}
}