-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "bc-emli-pin-mgmt-fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"test": "npm run lint && npm run test:unit",
"e2e": "start-server-and-test dev http://localhost:3000 cypress",
"test:e2e": "start-server-and-test dev http://localhost:3000 cypress:run",
"test:unit": "jest",
"test:coverage": "jest --coverage --forceExit"
},
"dependencies": {
"@bcgov/bc-sans": "^2.0.0",
"@next/font": "13.1.1",
"@storybook/testing-library": "^0.2.0",
"@storybook/testing-react": "^2.0.1",
"@svgr/webpack": "^8.0.1",
"axios": "^1.4.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"filter-data": "^0.5.1",
"jwt-decode": "^3.1.2",
"next": "^13.5.4",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-number-format": "^5.3.4",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"storybook": "^7.1.1",
"word-wrap": "^1.2.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"babel-jest": "^27.1.0",
"cypress": "^12.3.0",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-axe": "^5.0.1",
"jest-environment-jsdom": "^29.3.1",
"next-router-mock": "^0.9.9",
"start-server-and-test": "^1.14.0"
}
}