-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 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
{
"name": "saintejs",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "meteor run"
},
"dependencies": {
"install": "^0.6.1",
"leaflet": "^0.7.7",
"lodash": "^4.11.1",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.13.0",
"node-geocoder": "^3.9.1",
"npm": "^3.8.8",
"react": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-datepicker": "^0.26.0",
"react-dom": "^15.0.2",
"react-gravatar": "^2.4.3",
"react-komposer": "^1.4.1",
"react-leaflet": "^0.11.3",
"react-mounter": "^1.1.0",
"react-quill": "^0.4.1",
"react-semantify": "^0.4.3",
"tracker-component": "^1.3.13"
},
"devDependencies": {
"eslint": "^2.8.0"
}
}