-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 995 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 995 Bytes
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
{
"name": "mandum",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.1",
"classnames": "^2.2.5",
"fs-jetpack": "^1.1.0",
"immutable": "^3.8.1",
"indexof": "0.0.1",
"meteor-node-stubs": "~0.2.4",
"rc-slider": "^8.3.1",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-pure-render-mixin": "^15.6.0",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-flip-move": "^2.9.14",
"react-google-maps": "^7.2.0",
"react-images": "^0.5.4",
"react-parallax-component": "^1.0.6",
"react-redux": "^5.0.3",
"react-rotating-text": "^1.2.0",
"react-router": "^4.1.2",
"react-router-dom": "^4.0.0",
"react-router-scroll": "^0.4.2",
"react-router-transition": "^0.1.1",
"react-scroll": "^1.5.4",
"react-springy-parallax": "^1.0.11",
"redux": "^3.7.1",
"remarkable": "^1.7.1"
}
}