This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.94 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
{
"name": "planingo-front",
"version": "0.2.6",
"description": "Planingo front",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.3",
"@apollo/client": "^3.7.12",
"@craco/craco": "^5.9.0",
"@fullcalendar/core": "^5.6.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/list": "^5.6.0",
"@fullcalendar/react": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@planingo/ditto": "^0.1.34",
"craco-babel-loader": "^0.1.4",
"craco-less": "^1.17.0",
"cypress": "^6.4.0",
"final-form": "^4.20.0",
"graphql": "^15.5.0",
"minio": "^7.0.33",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"start-server-and-test": "^1.12.0",
"use-debounce": "^7.0.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"cy:run": "cypress run",
"e2e:ci": "start-server-and-test 'yarn start' http://localhost:3000 'yarn cy:run'",
"ci:install": "yarn install --frozen-lockfile --cache-folder ~/.cache/yarn",
"deploy": "caprover deploy -h https://captain.caprover.cocaud.dev/ -p ${CAPROVER_PASSWORD} -b master -a planingo"
},
"eslintConfig": {
"parser": "babel-eslint",
"extends": [
"react-app",
"eslint:recommended"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"antd": "^4.24.7",
"babel-eslint": "10.1.0",
"eslint-config-airbnb": "^18.2.0",
"lodash": "^4.17.15",
"node-sass": "^4.0.0",
"react": "^17.0.1",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.1",
"react-final-form": "^6.5.3",
"react-intl": "^5.8.0",
"react-redux": "^7.2.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"react-sizeme": "^3.0.2"
}
}