-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "notifme-history",
"version": "0.1.1",
"description": "A pretty history of the conversations with your users",
"repository": "https://github.com/notifme/notifme-history",
"author": "Notif.me",
"license": "MIT",
"scripts": {
"clean": "rm -rf .meteor/local",
"deploy-demo": "bash ./scripts/deploy-demo.sh",
"docker-build-deploy": "bash ./scripts/docker-build-deploy.sh",
"lint": "standard",
"start": "env $(cat .env | xargs) meteor run"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"date-fns": "^1.29.0",
"meteor-node-stubs": "^0.3.2",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-pure-render-mixin": "^15.6.2",
"react-burger-menu": "^2.1.9",
"react-dom": "^16.0.0",
"react-highlight-words": "^0.10.0",
"react-icons": "^2.2.7",
"react-infinite-scroller": "^1.0.15",
"react-nl2br": "^0.4.0",
"simpl-schema": "^0.3.2",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"standard": "^10.0.3"
}
}