-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.29 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
80
81
82
83
84
85
{
"name": "squadster-frontend",
"description": "Squads management application for the university military departments",
"keywords": [
"react",
"squadster"
],
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/squadster/squadster-frontend.git"
},
"bugs": {
"url": "https://github.com/squadster/squadster-frontend/issues"
},
"license": "CC BY-NC-SA",
"homepage": ".",
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@hapi/hoek": "^9.0.3",
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"@material-ui/pickers": "^3.2.10",
"@material-ui/system": "^4.9.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"apollo-boost": "^0.4.7",
"axios": "^0.21.2",
"bootstrap-css-only": "^4.4.1",
"date-fns": "^2.16.1",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"js-levenshtein": "^1.1.6",
"node-sass": "^7.0.0",
"prop-types": "^15.7.2",
"query-string": "^6.10.1",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-axios": "^2.0.3",
"react-beautiful-dnd": "^13.0.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-inlinesvg": "^1.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"styled-components": "^5.0.1",
"svg-react-loader": "^0.4.6"
},
"devDependencies": {
"babel-plugin-root-import": "^6.5.0",
"react-redux": "^7.1.3",
"redux": "^4.0.5"
},
"resolutions": {
"react-scripts/**/serialize-javascript": "^2.1.1",
"react-scripts/**/acorn": "^7.1.1",
"react-scripts/**/kind-of": "^6.0.3",
"react-scripts/**/@hapi/hoek": "^9.0.3",
"react-scripts/**/minimist": "^1.2.2"
},
"scripts": {
"start": "HOST=squadster.wtf react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"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"
]
}
}