-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 2.01 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
{
"private": true,
"dependencies": {
"body-parser": "^1.15.1",
"meteor-node-stubs": "^0.2.3",
"react": "^15.0.2",
"react-addons-create-fragment": "^15.0.2",
"react-addons-css-transition-group": "^15.0.2",
"react-addons-linked-state-mixin": "^15.0.2",
"react-addons-perf": "^15.0.2",
"react-addons-pure-render-mixin": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-addons-transition-group": "^15.0.2",
"react-addons-update": "^15.0.2",
"react-dom": "^15.0.2",
"classnames": "*",
"lodash": "^3.10.1",
"moment": "*",
"jquery": "^2.2.0",
"underscore": "*"
},
"devDependencies": {
"babel": "^4.3.0",
"babel-preset-es2015-without-strict": "0.0.2",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chimp": "git://github.com/xolvio/chimp.git#multidriver",
"diff": "^2.2.2",
"enzyme": "^2.3.0",
"eslint": "^2.5.3",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-meteor": "^3.5.0",
"eslint-plugin-react": "^4.0.0",
"expect": "*",
"expect-jsx": "^2.2.2",
"install": "^0.6.0",
"karma": "^0.13.16",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.0.2",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.2.2",
"karma-mocha-reporter": "^2.0.0",
"karma-react-preprocessor": "0.0.4",
"meteor-stubs": "git://github.com/TheBrainFamily/meteor-stubs.git",
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"npm": "^3.8.1",
"proxyquire": "^1.7.9",
"react-shallow-testutils": "^2.0.0",
"shelljs": "^0.5.3",
"test-runner-config": "^0.5.0",
"testdom": "2.0.0",
"velocity-cli": "^0.4.3",
"watchify": "^3.7.0"
},
"scripts": {
"start": ".scripts/start.js",
"test": ".scripts/test.js",
"watch": "source .scripts/runAsLocalIEPEnv.sh ; .scripts/watch.js",
"lint": "node_modules/eslint/bin/eslint.js -c .eslintrc.yml --ext .jsx,.js packages/edspring-forms packages/edspring-iep packages/edspring-ifsp"
}
}