-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.99 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.99 KB
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
{
"name": "catholicsingles",
"version": "0.1.0",
"private": true,
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src/static/styles --include-path ./node_modules src/static/styles -o src/static/styles",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src/static/styles --include-path ./node_modules src/static/styles -o src/static/styles --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"
},
"dependencies": {
"axios": "^0.17.0",
"braintree-dropin-react": "^0.0.2",
"braintree-web-drop-in": "^1.9.2",
"classnames": "^2.2.5",
"history": "^4.7.2",
"immutable": "^3.8.1",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"node-sass-chokidar": "^0.0.3",
"normalize.css": "^7.0.0",
"npm-run-all": "^4.1.1",
"prop-types": "^15.6.0",
"query-string": "^4.3.4",
"rc-progress": "^2.2.4",
"rc-slider": "^8.3.1",
"rc-tooltip": "^3.5.0",
"react": "^15.6.2",
"react-autosize-textarea": "^0.4.9",
"react-click-outside": "^3.0.0",
"react-dom": "^15.6.2",
"react-image-lightbox": "^4.3.0",
"react-infinite-scroller": "^1.0.15",
"react-modal": "^3.1.2",
"react-places-autocomplete": "^5.4.3",
"react-redux": "^5.0.6",
"react-resize-detector": "^1.1.0",
"react-responsive": "^3.0.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "next",
"react-select": "^1.0.1",
"react-spinkit": "^3.0.0",
"react-transition-group": "^2.2.1",
"recompose": "^0.26.0",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.15.6",
"reselect": "2.5.3",
"sanitize-html": "^1.15.0",
"universal-cookie": "^2.1.2"
},
"devDependencies": {
"react-scripts": "1.0.13"
},
"proxy": "https://staging.catholicsingles.com/"
}