-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
90 lines (90 loc) · 2.62 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "encoded",
"version": "0.1.0",
"description": "domready held back.",
"scripts": {
"test": "jest --silent",
"circleci-test": "jest --runInBand",
"build": "gulp build",
"dev": "gulp dev"
},
"author": "",
"license": "MIT",
"files": [],
"repository": "ENCODE-DCC/encoded",
"jest": {
"rootDir": "src/encoded/static",
"setupFiles": [
"../../../jest/environment.js"
],
"testPathIgnorePatterns": [
".eslintrc.js"
]
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-helper-builder-react-jsx": "^6.22.0",
"babel-helpers": "^6.22.0",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-react-display-name": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.22.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.22.0",
"css-loader": "^0.26.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"espree": "^3.3.2",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"jest": "^19.0.2",
"jest-enzyme": "^2.1.2",
"jsdom": "^8.4.0",
"json-loader": "^0.5.4",
"node-sass": "^4.11.0",
"sass-loader": "^4.1.1",
"string-replace-loader": "^1.0.5",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0"
},
"dependencies": {
"babel-polyfill": "^6.20.0",
"brace": "^0.3.0",
"chart.js": "^2.5.0",
"ckeditor": "file:node_shims/ckeditor",
"color": "^0.10.1",
"cookie-monster": "0.0.7",
"create-react-class": "^15.5.2",
"d3": "^5.7.0",
"d3-sequence-logo": "git+https://github.com/ENCODE-DCC/d3-sequence-logo.git",
"domready": "^0.3.0",
"form-serialize": "^0.6.0",
"genome-visualizer": "https://github.com/ENCODE-DCC/valis-hpgv.git#1.10.0",
"google-analytics": "file:node_shims/google-analytics",
"immutable": "^3.7.5",
"jsonschema": "^1.1.0",
"marked": "^0.3.3",
"moment": "^2.17.1",
"npm": "^6.14.6",
"pluralize": "^7.0.0",
"prop-types": "^15.7.2",
"query-string": "^4.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"scriptjs": "^2.5.7",
"source-map-support": "^0.4.11",
"subprocess-middleware": "^0.1.0",
"underscore": "^1.8.3",
"whatwg-fetch": "git+https://github.com/ENCODE-DCC/fetch.git"
}
}