-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 1.89 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
{
"name": "clincoded",
"version": "0.0.0",
"description": "jquery, domready held back.",
"scripts": {
"test": "jest --verbose --no-watchman",
"postinstall": "sh postinstall.sh"
},
"author": "",
"license": "MIT",
"files": [],
"repository": "ClinGen/clincoded",
"jest": {
"rootDir": "src/clincoded/static",
"transform": {
".*": "../../../jest/preprocessor.js"
},
"setupFiles": [
"../../../jest/environment.js"
],
"automock": true
},
"devDependencies": {
"exorcist": "^0.4.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-watch": "^1.0.0",
"jest-cli": "^18.0.0"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-jest": "^20.0.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-jest": "^20.0.3",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.23.0",
"babelify": "^7.3.0",
"brace": "^0.9.0",
"brfs": "^1.4.0",
"browserify": "^13.3.0",
"cookie-monster": "0.1.0",
"create-react-class": "^15.6.0",
"domready": "^1.0.8",
"envify": "^4.0.0",
"es5-shim": "^4.0.3",
"form-serialize": "^0.7.1",
"grunt": "1.0.x",
"grunt-cli": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-filerev": "^2.3.1",
"grunt-replace": "^1.0.1",
"html5shiv": "^3.7.3",
"jquery": "^3.1.1",
"minifyify": "^7.3.2",
"moment": "^2.18.0",
"node-ckeditor": "^4.3.2",
"react": "^15.4.0",
"react-day-picker": "^7.0.7",
"react-dom": "^15.4.0",
"react-select": "^2.0.0",
"scriptjs": "^2.5.7",
"shivie8": "^1.0.0",
"source-map-support": "^0.4.6",
"subprocess-middleware": "^0.1.0",
"through": "^2.3.4",
"underscore": "^1.8.3",
"whatwg-fetch": "git://github.com/lrowe/fetch.git#bf5d58b738fb2ed6d60791b944d36075fee8604a",
"xml2js": "^0.4.9"
}
}