-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
72 lines (72 loc) · 2.11 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
{
"name": "snowflakes",
"version": "0.0.0",
"description": "domready held back.",
"scripts": {
"test": "jest",
"build": "gulp build",
"dev": "gulp dev"
},
"author": "",
"license": "MIT",
"files": [],
"repository": "ENCODE-DCC/encoded",
"jest": {
"rootDir": "src/snowflakes/static",
"setupFiles": [
"../../../jest/environment.js"
],
"unmockedModulePathPatterns": [
"node_modules/react",
"node_modules/underscore",
"libs/react-patches",
"jsdom"
]
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"@babel/plugin-transform-react-display-name": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/polyfill": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.6.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"jest-cli": "^24.9.0",
"jsdom": "^15.1.1",
"json-loader": "^0.5.4",
"string-replace-loader": "^2.2.0",
"webpack": "^4.39.3"
},
"dependencies": {
"@babel/preset-flow": "^7.0.0",
"babel-polyfill": "^6.7.4",
"brace": "^0.3.0",
"ckeditor": "file:node_shims/ckeditor",
"color": "^0.10.1",
"d3": "^3.4.6",
"dagre-d3": "git+https://github.com/ENCODE-DCC/dagre-d3.git",
"domready": "^1.0.8",
"form-serialize": "^0.7.2",
"google-analytics": "file:node_shims/google-analytics",
"immutable": "^3.7.5",
"js-cookie": "^2.2.1",
"marked": "^0.7.0",
"moment": "^2.8.2",
"query-string": "^4.1.0",
"react": "^0.12.2",
"react-bootstrap": "^0.15.1",
"react-forms": "git+https://github.com/lrowe/react-forms.git#3953a633b1f77640dffb5e3f1d5bbe78a98c3dfe",
"scriptjs": "^2.5.7",
"source-map-support": "^0.5.13",
"subprocess-middleware": "^0.1.0",
"terser-webpack-plugin": "^2.0.1",
"underscore": "^1.8.3",
"whatwg-fetch": "git+https://github.com/lrowe/fetch.git#bf5d58b738fb2ed6d60791b944d36075fee8604a"
}
}