-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.8 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
47
48
49
50
51
52
{
"name": "myrna_meteor",
"private": true,
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"precommit": "npm run lint",
"pretest": "npm run lint --fix --silent",
"start": "meteor --settings settings.json",
"test": "meteor --settings settings.json test --once --driver-package dispatch:mocha",
"test:watch": "meteor --settings settings.json test --driver-package practicalmeteor:mocha --port 3100"
},
"dependencies": {
"@easypost/api": "^3.0.12",
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"lodash": "^4.17.4",
"material-ui": "^0.19.1",
"md5": "^2.2.1",
"meteor-node-stubs": "~0.2.4",
"moment": "^2.21.0",
"prop-types": "^15.6.0",
"query-string": "^5.0.1",
"react": "^15.6.1",
"react-addons-pure-render-mixin": "^15.6.0",
"react-dom": "^15.6.1",
"react-grid-system": "^2.9.6",
"react-helmet": "^5.2.0",
"react-image-magnify": "^2.4.1",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.2.2",
"react-stack-grid": "^0.4.0",
"styled-components": "^2.2.3"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^8.0.1",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.1",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-meteor": "^4.1.4",
"eslint-plugin-react": "^7.4.0",
"husky": "^0.14.3",
"react-test-renderer": "^15.6.2",
"regenerator-runtime": "^0.11.0"
}
}