-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
111 lines (111 loc) · 3.28 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "encoded",
"version": "0.1.0",
"description": "domready held back.",
"scripts": {
"test": "jest --silent",
"build": "gulp build",
"dev": "gulp dev",
"circleci-test": "jest --ci --runInBand --reporters=default --reporters=jest-junit"
},
"author": "",
"license": "MIT",
"files": [],
"repository": "ENCODE-DCC/encoded",
"jest": {
"rootDir": "src/encoded/static",
"setupFiles": [
"../../../jest/environment.js"
],
"testPathIgnorePatterns": [
".eslintrc.js"
]
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@babel/runtime-corejs3": "^7.12.5",
"@types/optimize-css-assets-webpack-plugin": "^5.0.0",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^6.3.2",
"core-js": "^3.8.1",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"espree": "^3.3.2",
"fancy-log": "^1.3.3",
"file-loader": "^0.9.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-util": "^3.0.7",
"jest": "^24.9.0",
"jest-enzyme": "^2.1.2",
"jest-junit": "^6.4.0",
"jsdom": "^8.4.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"redux-mock-store": "^1.5.1",
"sass-loader": "^8.0.0",
"string-replace-loader": "^2.2.0",
"style-loader": "^1.0.0",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"url-loader": "^2.1.0",
"webpack": "^4.39.3"
},
"dependencies": {
"auth0-lock": "^11.17.2",
"brace": "^0.11.1",
"chart.js": "^2.8.0",
"ckeditor4": "~4.13.0",
"create-react-class": "^15.5.2",
"d3": "npm:d3@^3.4.6",
"d3-fetch": "^3.0.1",
"d3v7": "npm:d3@^7.0.1",
"dagre-d3": "github:ENCODE-DCC/dagre-d3#1.3.0",
"dayjs": "^1.8.16",
"dompurify": "^2.3.3",
"domready": "^1.0.8",
"form-serialize": "^0.6.0",
"framer-motion": "^4.1.17",
"genome-visualizer": "ENCODE-DCC/valis-hpgv#1.9.0",
"google-analytics": "file:node_shims/google-analytics",
"graphlib": "ENCODE-DCC/graphlib#v1.0.8",
"immutable": "^3.7.5",
"install": "^0.13.0",
"js-cookie": "^2.2.1",
"jsonschema": "^1.1.0",
"marked": "^0.7.0",
"pluralize": "^8.0.0",
"prop-types": "^15.7.2",
"pubsub-js": "^1.8.0",
"query-string": "^4.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0",
"scriptjs": "^2.5.7",
"source-map-support": "^0.4.18",
"subprocess-middleware": "^0.1.0",
"terser-webpack-plugin": "^2.1.2",
"underscore": "^1.8.3",
"whatwg-fetch": "git+https://github.com/ENCODE-DCC/fetch.git"
}
}