This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
97 lines (97 loc) · 2.56 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "nr-sample-frontend",
"version": "0.5.1",
"private": true,
"dependencies": {
"@carbon/icons-react": "^11.9.0",
"@carbon/react": "^1.14.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/carbon-components-react": "^7.55.2",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/parser": "5.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"jest": "^29.0.0",
"keycloak-js": "^19.0.3",
"node-sass": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hash-string": "^1.0.0",
"react-icons": "^4.2.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-test-renderer": "^18.2.0",
"sass": "^1.55.0",
"ts-jest": "^28.0.8",
"typescript": "*",
"web-vitals": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcgov/nr-frontend-starting-app.git"
},
"keywords": [
"fsa",
"nr",
"frontend",
"node",
"js",
"react"
],
"author": "Encora Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bcgov/nr-frontend-starting-app/issues"
},
"scripts": {
"start": "react-scripts start",
"build": "tsc -p tsconfig.build.json",
"build:production": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"lint": "./node_modules/.bin/eslint",
"cy:open": "cypress open",
"cy:run" : "cypress run"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"cypress": "^10.8.0",
"eslint": "^8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-standard-with-typescript": "^22.0.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "4.3.0",
"jest-environment-jsdom": "^29.0.1",
"playwright-webkit": "^1.27.1"
}
}