-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.06 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.06 KB
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
{
"name": "feature-probe-demo-ui",
"version": "1.0.1",
"description": "FeatureProbe Demo UI",
"license": "Apache-2.0",
"keywords": [
"FeatureProbe",
"demo"
],
"repository": {
"type": "git",
"url": "git@github.com:FeatureProbe/feature-probe-demo-ui.git"
},
"engines": {
"node": "16.x"
},
"dependencies": {
"classnames": "^2.3.1",
"dayjs": "^1.11.4",
"featureprobe-client-sdk-js": "^2.1.1",
"jsonlint-mod": "^1.7.6",
"less-loader": "^7.3.0",
"node-sass": "^7.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-ga4": "^1.4.1",
"react-hook-form": "^7.34.0",
"react-intl": "^5.25.1",
"react-router-dom": "^5.3.0",
"sass-loader": "^13.0.0",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^2.1.2",
"typescript": "^4.4.2",
"unstated-next": "^1.1.0"
},
"scripts": {
"start": "semantic-ui-css-patch && craco start",
"build": "semantic-ui-css-patch && craco build",
"test": "craco test",
"eject": "craco eject"
},
"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": {
"@craco/craco": "^5.9.0",
"@semantic-ui-react/craco-less": "^2.0.2",
"@semantic-ui-react/css-patch": "^1.0.0",
"@types/dom-inputevent": "^1.0.7",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/qs": "^6.9.7",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.3",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-check-file": "^1.2.2",
"eslint-plugin-import": "^2.26.0",
"http-proxy-middleware": "^2.0.6",
"prettier": "^2.7.1",
"react-scripts": "^5.0.1",
"webpack": "^5.76.0"
},
"resolutions": {
"@types/react": "17.0.43"
},
"proxy": "https://featureprobe.io"
}