-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "PrintBuddy",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --driver-package=practicalmeteor:mocha --port 3100"
},
"dependencies": {
"animate.css": "^3.5.2",
"autoprefixer": "^6.4.1",
"axios": "^0.16.0",
"babel-runtime": "^6.18.0",
"bcrypt": "^1.0.2",
"classnames": "^2.2.5",
"emoji-mart": "^0.5.0",
"faker": "^3.1.0",
"gapi-client": "0.0.3",
"material-ui": "^0.18.0",
"moment": "^2.18.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-dom": "^15.4.2",
"react-flip-move": "^2.9.1",
"react-google-maps": "^6.0.1",
"react-modal": "^1.7.7",
"react-router": "^2.8.1",
"react-share": "^1.13.2",
"react-stepper-horizontal": "^1.0.6",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"enzyme": "^2.7.1",
"expect": "^1.20.2",
"expect-enzyme": "^0.15.0",
"meteor-node-stubs": "^0.2.3",
"react-addons-test-utils": "^15.4.2",
"shelljs": "^0.7.4"
}
}