-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 965 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
{
"name": "armadalechurch.org",
"version": "0.1.0",
"private": true,
"dependencies": {
"@newfrontdoor/blog": "^0.5.0",
"ajv": "^6.0.0",
"axios": "^1.1.3",
"es6-promise": "^4.2.5",
"fast-xml-parser": "^4.0.11",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"lodash": "^4.17.15",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-html5video": "^2.5.1",
"react-icons": "^3.9.0",
"react-iframe": "^1.1.0",
"react-responsive-audio-player": "^1.4.0",
"react-router-dom": "^4.2.2",
"react-scripts": "3.4.1",
"react-waypoint": "^8.1.0",
"validator": "^10.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"theme-ui": "^0.3.1"
}
}