forked from looker/viz-radial_gauge-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "looker-visualization",
"version": "1.0.1",
"description": "",
"main": "",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server --open",
"watch": "webpack --config webpack.config.js --watch --progress",
"format": "prettier --ignore-path .gitignore --write '**/*.js'",
"test": "jest"
},
"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": "^5.12.0",
"d3-svg-legend": "^2.25.6",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.14.3",
"js-yaml": "~3.13.1",
"jsdom": "^11.11.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"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",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.7.1"
},
"resolutions": {
"js-yaml": "3.13.1"
},
"devDependencies": {
"jest": "^29.6.0",
"prettier": "^2.8.8"
}
}