-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "datart-extension-charts",
"version": "0.0.1",
"description": "Datart Extension Charts",
"repository": {
"type": "git",
"url": "git+https://github.com/Cuiyansong/datart-extension-charts-fork.git"
},
"author": "Stephen Cui",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Cuiyansong/datart-extension-charts-fork/issues"
},
"homepage": "https://github.com/Cuiyansong/datart-extension-charts-fork#readme",
"scripts": {
"build": "rollup -c",
"build:watch": "rollup -c -w"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"rollup": "^2.60.2",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.3.1",
"typescript": "^4.2.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"three": "^0.135.0",
"three-mesh-bvh": "^0.5.22",
"web-ifc-three": "^0.0.121"
}
}