-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "nus_oracle",
"private": true,
"scripts": {
"start": "meteor run",
"ci-test": "meteor npm run ci-test-unit",
"ci-add-drivers": "meteor add dispatch:mocha aldeed:browser-tests",
"ci-test-unit": "meteor test --once --driver-package dispatch:mocha"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"dnd": "^0.1.0",
"domkit": "0.0.1",
"jsonfile": "^2.4.0",
"lodash": "^4.17.4",
"meteor-node-stubs": "^0.2.6",
"raf": "^3.3.0",
"react": "15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-addons-shallow-compare": "^15.4.2",
"react-addons-transition-group": "^15.4.2",
"react-autosuggest": "^8.0.1",
"react-bootstrap": "^0.30.8",
"react-dnd": "^2.2.4",
"react-dnd-html5-backend": "^2.2.4",
"react-dom": "15.4.2",
"react-edit-inline": "^1.0.8",
"react-mounter": "^1.2.0",
"react-onclickout": "^2.0.5",
"react-select": "^1.0.0-rc.3",
"react-select-fast-filter-options": "^0.2.1",
"react-test-renderer": "15.4.2",
"react-tooltip": "^3.2.7",
"react-virtualized-select": "^2.4.0",
"scroll-into-view": "^1.8.0",
"sinon": "^2.1.0"
},
"eslintConfig": {
"parser": "babel-eslint",
"parserOptions": {
"allowImportExportEverywhere": true
},
"plugins": [
"meteor"
],
"extends": [
"airbnb",
"plugin:meteor/recommended"
],
"settings": {
"import/resolver": "meteor"
},
"rules": {}
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"chromedriver": "^2.29.0",
"enzyme": "^2.8.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-import-resolver-meteor": "^0.3.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.9.0",
"jsdom": "9.12.0",
"jsdom-global": "2.1.1",
"react": "15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"selenium-webdriver": "2.52.0"
}
}