-
Notifications
You must be signed in to change notification settings - Fork 570
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 5.4 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 5.4 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "@msrvida/sanddance-root",
"private": true,
"version": "1.0.0",
"description": "SandDance development monorepo.",
"scripts": {
"vegatest": "npm run vegatest --workspaces --if-present",
"eslint": "npm run eslint --workspaces --if-present",
"build-az": "npm run build --workspace azdata-sanddance",
"postinstall": "node ./scripts/copy_inuitcss.js && cd packages/powerbi && npm install --prefix . && cd ../..",
"build:01": "npm run build:01 --workspaces --if-present",
"build:02": "npm run build:02 --workspaces --if-present",
"build:03": "npm run build:03 --workspaces --if-present",
"build:04": "npm run build:04 --workspaces --if-present",
"build:05": "npm run build:05 --workspaces --if-present",
"build:06": "npm run build:06 --workspaces --if-present",
"build:07": "npm run build:07 --workspaces --if-present",
"build:08": "npm run build:08 --workspaces --if-present",
"build:09": "npm run build:09 --workspaces --if-present",
"build": "npm run build:01 && npm run build:02 && npm run build:03 && npm run build:04 && npm run build:05 && npm run build:06 && npm run build:07 && npm run build:08 && npm run build:09",
"build-test": "npm run build-test --workspaces --if-present",
"watch-css": "npm run watch-css --workspaces --if-present",
"watch-typescript": "npm run watch-typescript --workspaces --if-present",
"specs": "npm-run-all --parallel specs-watch-typescript specs-watch",
"serve-app": "npm run dev --workspace @msrvida/sanddance-app",
"start": "npm-run-all --parallel watch-typescript watch-css serve-app",
"restore-dist": "git checkout -q -- ./packages/sanddance/dist/umd/sanddance.d.ts ./packages/sanddance-react/dist/umd/sanddance-react.d.ts ./packages/vega-deck.gl/dist/umd/vega-deck.gl.d.ts ./packages/vega-morphcharts/dist/umd/vega-morphcharts.d.ts ./packages/sanddance-specs/dist/umd/sanddance-specs.d.ts ./packages/data-inference/dist/umd/data-inference.d.ts",
"clean-build": "rimraf --glob ./packages/**/dist/",
"clean": "npm run clean --workspaces --if-present && npm run clean-build && npm run restore-dist",
"remove-pem": "rimraf --glob **/*.pem && rimraf --glob **/*.key",
"vega-upgrade": "npm run remove-vega --workspaces --if-present && git checkout -- \"**/package.json\" && node ./scripts/vega-version.mjs",
"deploy": "npm run deploy --workspaces --if-present",
"test": "npm run eslint && npm run test --workspaces --if-present",
"dev": "npm run dev --workspace dev --if-present",
"pbiviz": "npm run start -w powerbi",
"build-rec": "npm run build --workspace @msrvida/chart-recommender",
"test-rec": "npm run test --workspace @msrvida/chart-recommender",
"azdata-webpack-extension": "npm run webpack --workspace azdata-sanddance",
"vscode-webpack-extension": "npm run webpack --workspace vscode-sanddance"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/SandDance.git"
},
"author": "Dan Marshall",
"license": "MIT",
"devDependencies": {
"@danmarshall/deckgl-typings": "^4.1.11",
"@deck.gl/core": "8.3.7",
"@deck.gl/layers": "8.3.7",
"@fluentui/react": "^8",
"@luma.gl/core": "8.3.1",
"@rollup/plugin-buble": "^1.0.3",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-typescript": "^12.3.0",
"@types/azdata": "^1.29.0",
"@types/d3-color": "^3.1.0",
"@types/d3-ease": "^3.0.0",
"@types/d3-format": "^1.3.1",
"@types/react": ">=16.8.0 <18.0.0",
"@types/react-dom": ">=16.8.0 <18.0.0",
"@types/temp-write": "^3.3.0",
"@types/vscode": "^1.53.0",
"@typescript-eslint/eslint-plugin": "^8.33.1",
"@typescript-eslint/parser": "^8.33.1",
"@uifabric/styling": "^7.25.1",
"@vscode/vsce": "^3.6.0",
"core-js": "3.2.1",
"d3-color": "^3.1.0",
"d3-ease": "^1.0.5",
"d3-scale": "^4.0.2",
"deepmerge": "^2.1.1",
"eslint": "^9.28.0",
"eslint-plugin-react": "^7.37.5",
"esm": "^3.2.25",
"fs-extra": "^7.0.1",
"glob": "^13.0.0",
"inuitcss": "^6.0.0",
"is-plain-object": "^5.0.0",
"just-compare": "^1.3.0",
"marked": "^4.0.10",
"mdast-util-toc": "^3.0.1",
"mocha": "^10.1.0",
"morphcharts": "^1",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0",
"regenerator-runtime": "^0.13.3",
"rimraf": "^6.1.2",
"rollup": "^4.53.3",
"sass": "^1.94.2",
"temp-write": "^3.4.0",
"ts-loader": "^9.3.1",
"tsx-create-element": "^2.2.9",
"typescript": "^5.7.2",
"unified": "^7.0.2",
"vega": "^6.2.0",
"vega-datasets": "2.8.1",
"vega-typings": "^2.1.0",
"vite": "^7.2.6",
"vscode-test": "^1.3.0",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"workspaces": {
"packages": [
"extensions/*",
"packages/*"
],
"nohoist": [
"packages/powerbi/**",
"packages/powerbi/**/**"
]
}
}