This repository was archived by the owner on Mar 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.94 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 4.94 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
119
120
121
122
123
124
{
"name": "data-science-editor",
"private": true,
"description": "Block-based Data Science Editor",
"version": "0.1.0",
"author": "Microsoft",
"dependencies": {
"@axe-core/react": "^4.5.2",
"@blockly/block-dynamic-connection": "^0.1.14",
"@blockly/continuous-toolbox": "^1.0.18",
"@blockly/disable-top-blocks": "^0.1.20",
"@blockly/field-slider": "^2.1.30",
"@blockly/theme-dark": "^2.0.6",
"@blockly/theme-modern": "^2.1.24",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.2.1",
"@microsoft/applicationinsights-web": "^2.8.9",
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.114",
"@mui/material": "^5.11.3",
"@mui/x-data-grid": "^5.17.17",
"@parcel/transformer-typescript-types": "^2.8.2",
"@tidyjs/tidy": "^2.5.2",
"@types/json-schema": "^7.0.11",
"@types/react": "^18.0.26",
"@types/use-sync-external-store": "^0.0.3",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"accessible-nprogress": "^2.1.2",
"assert": "^2.0.0",
"blockly": "^6.20210701.0",
"bowser": "^2.11.0",
"compare-versions": "^5.0.3",
"concurrently": "^7.6.0",
"d3-array": "^3.2.1",
"eslint": "^8.31.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"gatsby": "^4.24.1",
"gatsby-plugin-catch-links": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-mdx": "^4.3.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.27",
"gatsby-prismjs-dracula": "^0.1.15",
"gatsby-remark-autolink-headers": "^5.24.0",
"gatsby-remark-copy-linked-files": "^5.24.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^6.24.0",
"gatsby-remark-static-images": "^1.2.1",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-theme-material-ui": "^5.3.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"json5": "^2.2.3",
"microbundle": "^0.14.2",
"notistack": "^2.0.5",
"papaparse": "^5.3.2",
"prettier": "2.8.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-blockly": "^7.0.1",
"react-dom": "^18.2.0",
"react-vega": "^7.6.0",
"regenerator-runtime": "^0.13.11",
"remark-gfm": "^1",
"simple-statistics": "^7.8.0",
"slug": "^8.2.2",
"use-debounce": "^7.0.1",
"use-sync-external-store": "^1.2.0",
"vega": "^5.22.1",
"vega-lite": "^5.6.0"
},
"keywords": [
"data science",
"blockly"
],
"license": "MIT",
"engines": {
"node": ">=14.17.0"
},
"scripts": {
"setup": "git submodule update --init --recursive && git pull && yarn install --frozen-lockfile",
"postinstall": "yarn buildworkers",
"pullsubmodules": "git submodule update --init --recursive",
"lint": "node node_modules/eslint/bin/eslint.js src/**/*.ts src/**/*.tsx",
"clean": "node node_modules/gatsby/cli.js clean",
"blocklymedia": "mkdir -p static/blockly && cp -r -f node_modules/blockly/media static/blockly",
"distdocs": "node ./node_modules/gatsby/cli.js build --prefix-paths --no-uglify --verbose",
"tools": "npx http-server . -c-1",
"watchdocs": "node node_modules/gatsby/cli.js develop",
"develop": "node node_modules/concurrently/dist/bin/concurrently.js --kill-others \"npm:watch*\"",
"docsbuild": "node node_modules/gatsby/cli.js build",
"docsserve": "node node_modules/gatsby/cli.js serve",
"dockerdocs": "node node_modules/gatsby/cli.js develop --host:0.0.0.0",
"builddocsts": "node node_modules/typescript/bin/tsc -b src",
"buildworkercsv": "cd src/workers/csv && node ../../../node_modules/microbundle/dist/cli.js build -f modern --no-compress --types --ts-config tsconfig.json",
"buildworkerdata": "cd src/workers/data && node ../../../node_modules/microbundle/dist/cli.js build -f modern --no-compress --types --ts-config tsconfig.json",
"buildworkers": "yarn buildworkercsv && yarn buildworkerdata",
"watchdocsts": "node node_modules/typescript/bin/tsc -b src --watch",
"watchworkercsv": "cd src/workers/csv && node ../../../node_modules/microbundle/dist/cli.js watch -f modern --no-compress --types --ts-config tsconfig.json",
"watchworkerdata": "cd src/workers/data && node ../../../node_modules/microbundle/dist/cli.js watch -f modern --no-compress --types --ts-config tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/microsoft/data-science-editor/"
},
"bugs": {
"url": "https://github.com/microsoft/data-science-editor/issues"
},
"browserslist": [
"supports es6-module",
"Edge > 100",
"Chrome > 100",
"Firefox > 80"
]
}