-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.51 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
{
"name": "dolores",
"version": "0.1.0",
"private": true,
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@craco/craco": "^5.9.0",
"@material-ui/core": "^4.11.2",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"antd": "^4.9.2",
"axios": "^0.21.0",
"craco-less": "^1.17.1",
"ejs": "^3.1.5",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.6",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-localstorage-cache": "^1.1.1",
"keycloak-js": "^11.0.3",
"moment": "^2.29.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.3",
"react-jss": "^10.5.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"uuid": "^8.3.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "jest -c tests/jest.config.js --port=21520 --headless=true",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"chalk": "^4.1.0",
"expect-puppeteer": "^4.4.0",
"less": "^4.0.0",
"less-loader": "^7.2.1",
"mocha": "^8.2.1",
"puppeteer": "^5.5.0",
"rimraf": "^3.0.2"
}
}