-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "sacsahodaya",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-loader": "^8.0.4",
"browser-image-compression": "^1.0.0",
"firebase": "^5.7.0",
"firebase-tools": "^6.9.2",
"formik": "^1.4.1",
"immutable": "^4.0.0-rc.12",
"is-url": "^1.2.4",
"moment": "^2.23.0",
"particles.js": "^2.0.0",
"react": "^16.7.0",
"react-autobind": "^1.0.6",
"react-big-calendar": "^0.20.3",
"react-day-picker": "^7.2.4",
"react-dom": "^16.7.0",
"react-images": "^0.5.19",
"react-photo-gallery": "^6.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-slideshow-image": "^1.1.8",
"redux": "^4.0.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.84.0",
"slate": "^0.44.9",
"slate-react": "^0.21.15"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}