-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
41 lines (41 loc) · 1004 Bytes
/
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
{
"name": "saintfield-baptist-church",
"version": "0.1.0",
"private": true,
"dependencies": {
"auth0-js": "^9.10.1",
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"jest-enzyme": "^7.0.1",
"jquery": "^3.3.1",
"popper.js": "^1.12.9",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-slick": "^0.19.0",
"sftp-upload": "^1.0.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"enzyme": "^3.8.0",
"enzyme-adapter-react-16.2": "^1.3.0",
"ftp-deploy": "2.3.0",
"react-scripts": "2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "node ./npm_scripts/deploy.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}