-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.33 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
{
"name": "cosmos-directory-ui",
"scripts": {
"start": "npx parcel src/index.html",
"build": "npx parcel build src/index.html --no-scope-hoist"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",
"@parcel/transformer-sass": "^2.0.0",
"@parcel/transformer-webmanifest": "^2.0.0",
"parcel": "^2.0.0",
"process": "^0.11.10"
},
"dependencies": {
"@bugsnag/js": "^7.16.2",
"@bugsnag/plugin-react": "^7.16.2",
"@coreui/coreui": "^4.1.3",
"@coreui/icons": "^2.1.0",
"@coreui/icons-react": "^2.0.1",
"@coreui/react": "^4.1.2",
"axios": "^0.26.1",
"core-js": "^3.21.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-app-polyfill": "^3.0.0",
"react-command-palette": "^0.17.1",
"react-dom": "^17.0.2",
"react-github-btn": "^1.2.2",
"react-moment": "^1.1.1",
"react-redux": "^7.2.8",
"react-router-dom": "^6.3.0",
"redux": "^4.1.2",
"simplebar-react": "^2.3.6"
},
"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"
]
}
}