-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.62 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
{
"name": "lf-sample-app-OAuth-SPA-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@angular/elements": "^16.2.5",
"@laserfiche/lf-js-utils": "^4.0.8",
"@laserfiche/lf-repository-api-client": "^1.1.4",
"@laserfiche/lf-ui-components-services": "^16.0.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^16.11.22",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.9.3",
"web-vitals": "^2.1.4"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Laserfiche/lf-sample-app-OAuth-SPA-react"
},
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode development",
"lint": "eslint src/**/*.tsx"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@laserfiche/types-lf-ui-components": "^16.0.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"css-loader": "^7.1.2",
"eslint": "^8.24.0",
"eslint-plugin-react": "^7.31.8",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"overrides": {
"postcss": "^8.4.31",
"nth-check": "^2.0.1",
"css-what": "^6.0.1"
}
}