-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "bigquery-extension",
"version": "1.0.0",
"description": "bigquery-extension",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.prd.js",
"watch": "webpack --config webpack/webpack.dev.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shikajiro/bigquery-extension.git"
},
"author": "shikajiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/shikajiro/bigquery-extension/issues"
},
"homepage": "https://github.com/shikajiro/bigquery-extension#readme",
"dependencies": {
"d3": "^7.0.0",
"plotly.js-strict-dist-min": "^2.3.0",
"webextension-polyfill-ts": "^0.26.0"
},
"devDependencies": {
"@types/chrome": "^0.0.148",
"@types/copy-webpack-plugin": "^8.0.1",
"@types/d3": "^7.0.0",
"@types/plotly.js": "^1.54.13",
"@types/webpack": "^5.28.0",
"copy-webpack-plugin": "^9.0.1",
"ts-loader": "^9.2.4",
"typescript": "^4.3.5",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0"
},
"private": true
}