-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "swamphacks-vi-site",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/icons": "^4.5.1",
"formik": "^1.5.8",
"formik-semantic-ui": "^0.10.0",
"polished": "^3.4.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-scroll": "^1.7.14",
"react-select": "^3.0.8",
"react-spring": "^8.0.27",
"react-use-media-query-hook": "0.0.1",
"semantic-ui-react": "^0.88.1",
"styled-components": "^4.4.1",
"yup": "^0.27.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco 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": {
"@craco/craco": "^5.6.4",
"@semantic-ui-react/craco-less": "^1.1.0",
"semantic-ui-less": "^2.4.1"
}
}