forked from PoliticalComputerScience/pcsberkeleysite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.99 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
{
"name": "bccompsci.club",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"bootstrap": "^4.5.2",
"dayjs": "^1.8.34",
"empty": "^0.10.1",
"flow-bin": "^0.131.0",
"postcss-normalize": "^9.0.0",
"react": "^16.13.1",
"react-add-to-calendar": "^0.1.5",
"react-add-to-calendar-hoc": "^1.0.10",
"react-app-polyfill": "^1.0.6",
"react-bootstrap": "^1.3.0",
"react-burger-menu": "^2.7.1",
"react-content-loader": "^5.1.0",
"react-dom": "^16.13.1",
"react-horizontal-scroll-container": "^1.0.1",
"react-indiana-drag-scroll": "^1.6.1",
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-scroll": "^1.8.0",
"react-share": "^4.2.1",
"react-snap": "^1.23.0",
"sass": "^1.26.10",
"sitemap": "^6.2.0",
"styled-components": "^5.1.1",
"typeface-nunito": "^1.1.3",
"typeface-raleway": "0.0.75",
"typewriter-effect": "^2.13.1"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/preset-flow": "^7.10.4",
"netlify-cli": "^2.59.1",
"prettier": "^2.0.5",
"stylelint": "^13.6.1",
"stylelint-config-standard": "^20.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow",
"postbuild": "react-snap"
},
"browserslist": {
"production": [
"defaults",
">0.2%",
"not dead",
"not op_mini all",
"ie >= 10",
"ios_saf >= 7",
"safari >= 7.1"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"reactSnap": {
"inlineCss": false
},
"proxy": "https://localhost:3000"
}