-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
79 lines (79 loc) · 2.42 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
{
"name": "frontend",
"version": "0.5.3",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"@sentry/react": "^7.1.1",
"@sentry/tracing": "^7.1.1",
"axios": "^0.27.2",
"emotion": "^11.0.0",
"i18next": "^21.3.0",
"i18next-http-backend": "^1.3.1",
"lodash": "^4.17.21",
"mammoth": "^1.4.18",
"moment": "^2.29.2",
"query-string": "^7.0.1",
"react": "^18.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.1.0",
"react-dropzone": "^14.2.1",
"react-i18next": "^11.12.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-spinners": "^0.13.7",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^2.0.4",
"slate": "^0.88.1",
"slate-history": "^0.86.0",
"slate-react": "^0.88.0"
},
"scripts": {
"start": "dotenv -e .env.development -- craco start",
"build:prod": "dotenv -e .env.production -- craco build",
"build:staging": "dotenv -e .env.staging -- craco build",
"test": "craco test",
"eject": "craco eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": [
"airbnb-base"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-syntax-flow": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@craco/craco": "7.0.0",
"@semantic-ui-react/craco-less": "3.0.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^6.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.4.1",
"react-scripts": "^5.0.1",
"renamer": "^4.0.0",
"source-map-explorer": "^2.5.2",
"yarn": "^1.22.19"
}
}