-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
66 lines (66 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
62
63
64
65
66
{
"name": "simple-react-practice",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cd server && go run *.go && cd ..",
"build": "webpack",
"build/watch": "webpack --watch",
"test": "mocha --require test/setup.js test/*.spec.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.0",
"bootstrap": "^3.3.7",
"es6-promise": "^4.1.0",
"firebase": "^3.7.8",
"isomorphic-fetch": "^2.2.1",
"loadjs": "^3.5.0",
"material-auto-rotating-carousel": "^1.3.1",
"material-ui": "^0.17.3",
"material-ui-rating": "^1.1.0",
"mdbootstrap": "^4.3.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-cardstack": "^0.1.1",
"react-chat-bubble": "^0.8.6",
"react-d3-components": "^0.6.6",
"react-dom": "^15.4.2",
"react-dropzone": "^3.12.3",
"react-redux": "^5.0.3",
"react-router": "^3.0.3",
"react-router-dom": "^4.0.0",
"react-simple-parallax": "^0.2.6",
"react-swipeable-views": "^0.12.0",
"react-tap-event-plugin": "^2.0.1",
"react-widgets": "^3.4.6",
"redux": "^3.6.0",
"redux-form": "^6.6.1",
"redux-form-material-ui": "^4.1.3",
"redux-thunk": "^2.2.0",
"timeago.js": "^3.0.1",
"yelp-fusion": "^1.0.3"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"babel-register": "^6.24.1",
"chai": "^3.5.0",
"cheerio": "^0.22.0",
"enzyme": "^2.8.2",
"jsdom": "^9.12.0",
"mocha": "^3.2.0",
"nock": "^9.0.13",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"react-addons-test-utils": "^15.5.1",
"redux-mock-store": "^1.2.3",
"webpack": "^2.2.1"
}
}