-
Notifications
You must be signed in to change notification settings - Fork 527
/
Copy pathpackage.json
144 lines (144 loc) · 6.74 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"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",
"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-message": "echo start jekyll then open http://localhost:4000/SandDance/tests/sanddance-specs/v1/",
"specs-watch-typescript": "npm run watch-typescript --workspace @msrvida/sanddance-specs",
"specs-watch": "npm run deploy-watch --workspace @msrvida/sanddance-specs",
"specs": "npm run specs-message && npm-run-all --parallel specs-watch-typescript specs-watch",
"serve-es6": "parcel serve ./test/sanddance-test-es6.html --port 8086 --open --no-autoinstall",
"start-es6": "npm-run-all --parallel watch-typescript watch-css serve-es6",
"serve-app": "parcel serve ./test/sanddance-app.html --port 8085 --open --no-autoinstall",
"streamlit-dev": "parcel serve ./test/streamlit_sanddance.html --port 8087 --open --no-autoinstall",
"data-inference-dev": "parcel serve ./test/data-inference.html --port 8088 --open --no-autoinstall",
"start": "npm-run-all --parallel watch-typescript watch-css serve-app",
"parcel": "npm run parcel --workspaces --if-present",
"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-parcel-cache": "rimraf ./.parcel-cache/ && rimraf ./packages/**/.cache/ && rimraf ./packages/**/.parcel-cache/",
"clean-build": "npm run clean-parcel-cache && rimraf ./packages/**/dist/",
"clean": "npm run clean --workspaces --if-present && npm run clean-build && npm run restore-dist",
"remove-pem": "rimraf **/*.pem && rimraf **/*.key",
"vega-upgrade": "npm run remove-vega --workspaces --if-present && git checkout -- \"**/package.json\" && node ./scripts/vega-version.mjs",
"deploy": "npm run clean-parcel-cache && npm run deploy --workspaces --if-present",
"test": "npm run eslint && npm run test --workspaces --if-present",
"dev": "npm run dev --workspace dev --if-present",
"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": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.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": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@vscode/vsce": "^2.19.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": "^8.4.1",
"eslint-plugin-react": "^7.27.1",
"esm": "^3.2.25",
"fs-extra": "^7.0.1",
"glob": "^10.2.5",
"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",
"parcel": "^2.13.3",
"powerbi-models": "^1.6.0",
"powerbi-visuals-api": "^3.8.0",
"powerbi-visuals-tools": "^5",
"powerbi-visuals-utils-dataviewutils": "^2.4.0",
"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": "^2.6.2",
"rollup": "^4.22.5",
"sass": "^1.32.4",
"streamlit-component-lib": "^2.0.0",
"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": "5.30.0",
"vega-datasets": "2.8.1",
"vega-typings": "~1.3.1",
"vscode-test": "^1.3.0",
"webpack": "^5.52.0",
"webpack-cli": "^4.8.0"
},
"babel": {
"presets": [
"es2015"
]
},
"alias": {
"react": {
"global": "React"
},
"react-dom": {
"global": "ReactDOM"
}
},
"workspaces": {
"packages": [
"extensions/*",
"packages/*",
"streamlit/streamlit_sanddance/frontend"
],
"nohoist": [
"packages/powerbi/**",
"packages/powerbi/**/**"
]
}
}