forked from thomasbanghart/viz-calendar_heatmap-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.53 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
{
"name": "looker-visualization",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:legacy": "env NODE_OPTIONS='--openssl-legacy-provider' webpack",
"start": "webpack-dev-server --open",
"watch": "webpack --config webpack.config.js --watch --progress",
"format": "prettier --ignore-path .gitignore --write '**/*.js'"
},
"author": "Noah MacDonald <[email protected]>",
"private": true,
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"acorn-jsx": "^5.0.2",
"babel-loader": "^8.1.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"d3": "^4.0.0",
"d3-selection": "^1.4.1",
"d3-svg-legend": "^2.25.6",
"d3-transition": "^1.3.2",
"eslint": "^6.3.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"js-yaml": "~3.13.1",
"jsdom": "^11.11.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"rainbowvis.js": "^1.0.1",
"react": "^16.8.3",
"react-dom": "^16.7.0",
"ssf": "^0.10.2",
"styled-components": "6.1.8",
"to-string-loader": "^1.1.5",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^4.1.0",
"webpack": "^5.94.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.7.1"
},
"resolutions": {
"js-yaml": "3.13.1",
"d3-selection": "1.3.0"
}
}