-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.6 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
{
"name": "application-name",
"version": "1.0.0",
"description": "Application description.",
"license": "MIT",
"scripts": {
"start": "meteor --settings settings-development.json",
"test": "meteor test --driver-package practicalmeteor:mocha --port 5000",
"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests",
"chimp-test": "chimp --ddp=http://localhost:3000 --mocha --path=tests",
"staging": "meteor deploy staging.meteor.com --settings settings-development.json",
"production": "meteor deploy production.meteor.com --settings settings-production.json"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-runtime": "^6.23.0",
"bcrypt": "^1.0.2",
"bootstrap": "^3.3.7",
"datatables.net-bs": "^1.10.15",
"jquery": "^3.0.0",
"jquery-validation": "^1.15.1",
"meteor-node-stubs": "^0.2.6",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-addons-pure-render-mixin": "^15.5.2",
"react-bootstrap": "^0.30.9",
"react-bootstrap-pagination": "^1.0.4",
"react-data-grid": "^2.0.49",
"react-dom": "^15.5.4",
"react-komposer": "^2.0.0",
"react-router-bootstrap": "^0.24.2",
"react-router-dom": "^4.1.1",
"simpl-schema": "^0.2.3"
},
"devDependencies": {
"babel-eslint": "^7.2.2",
"chimp": "^0.41.2",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.4.1",
"eslint-import-resolver-meteor": "^0.4.0"
}
}