-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.71 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
{
"amd": {},
"volo": {
"baseUrl": "www/lib",
"dependencies": {
"evt": "github:jrburke/evt/1.2.1",
"medium-editor": "github:yabwe/medium-editor/5.2.0"
}
},
"scripts": {
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"build": "webpack --config webpack-production.config.js --progress --colors --display-error-details"
},
"license": "Apache-2.0",
"repository": "https://github.com/asutherland/glodastrophe",
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.6",
"eslint": "^7.5.0",
"eslint-plugin-react": "^7.20.5",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"mocha": "^8.1.3",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"transfer-webpack-plugin": "^0.1.4",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"worker-loader": "^2.0.0"
},
"dependencies": {
"@fluent/bundle": "^0.16.0",
"@fluent/langneg": "^0.5.0",
"@fluent/react": "^0.13.0",
"d3-hierarchy": "^1.1.9",
"d3-scale": "^3.2.1",
"d3-scale-chromatic": "^2.0.0",
"d3-time": "^2.0.0",
"intl-pluralrules": "^1.2.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-split-pane": "^0.1.91",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"vega": "^5.13.0"
}
}