forked from isabella232/viz-collapsible_tree-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 1.12 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
{
"name": "viz-collapsible_tree-marketplace",
"version": "9.6.0",
"main": "index.js",
"repository": "[email protected]:looker/viz-collapsible_tree-marketplace.git",
"author": "",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js",
"build:legacy": "env NODE_OPTIONS='--openssl-legacy-provider' 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.24.4",
"@types/d3": "^5.16.7",
"babel": "^6.23.0",
"babel-loader": "^8.3.0",
"d3": "^5.16.0",
"serialize-javascript": "^3.1.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^7.0.5",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.4",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"serialize-javascript": "^3.1.0"
}
}