-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 920 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
{
"name": "dis-data-admin-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "next lint",
"dev": "next dev -p 29400",
"build": "next build",
"start": "next start -p 29400",
"test": "jest",
"test:watch": "jest --watch",
"test:component": "playwright test"
},
"dependencies": {
"@axe-core/playwright": "^4.10.1",
"author-design-system-react": "^1.0.65",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"next": "15.0.1",
"react": "19.0.0-rc-69d4b800-20241021",
"react-dom": "19.0.0-rc-69d4b800-20241021"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"eslint": "^8",
"eslint-config-next": "15.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-node": "^10.9.2"
}
}