-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 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
{
"name": "gospelgivingmovement.org",
"version": "0.1.0",
"private": true,
"homepage": "",
"dependencies": {
"@u-wave/react-vimeo": "^0.6.0",
"accounting": "^0.4.1",
"babel-polyfill": "^6.23.0",
"bootstrap": "^3.4.0",
"he": "^1.1.1",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"lodash-es": "^4.17.4",
"moment": "^2.18.1",
"node-sass-chokidar": "0.0.1",
"npm-run-all": "^4.0.2",
"paypal-checkout": "^4.0.82",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-async-script": "^0.9.1",
"react-bootstrap": "^0.31.0",
"react-bootstrap-autosuggest": "^0.5.0",
"react-bootstrap-maskedinput": "^0.2.1",
"react-dom": "^15.5.4",
"react-fontawesome": "^1.6.1",
"react-google-maps": "^6.3.0",
"react-google-recaptcha": "^0.9.3",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-scroll": "^1.5.2",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"gulp": "^4.0.0",
"gulp-awspublish": "^3.3.0",
"gulp-cloudfront-invalidate-aws-publish": "^0.2.1",
"react-scripts": "2.1.5"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gulp"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}