-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
29 lines (29 loc) · 867 Bytes
/
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
{
"name": "viz-collapsible_tree-marketplace",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:looker/viz-collapsible_tree-marketplace.git",
"author": "",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch --progress",
"lint": "tslint --project tsconfig.json --format stylish 'src/**/*.ts'",
"lint-fix": "tslint --fix --project tsconfig.json --format stylish 'src/**/*.ts'",
"test": "jest"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@types/d3": "^5.7.2",
"babel": "^6.23.0",
"babel-loader": "^8.1.0",
"d3": "^5.16.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0"
},
"devDependencies": {
"webpack-cli": "^3.3.11"
}
}