-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 771 Bytes
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
{
"name": "custom-block-template",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "blocks start",
"build-blocks": "node ./scripts/build.js",
"bundle": "rollup -c",
"build": "run-s build-blocks"
},
"dependencies": {
"@githubnext/blocks": "2.1.1",
"@hpcc-js/observablehq-compiler": "1.2.5",
"@observablehq/runtime": "5.1.1",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "23.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
"@rollup/plugin-typescript": "9.0.2",
"npm-run-all": "4.1.5",
"postcss": "8.4.19",
"rollup": "3.4.0",
"rollup-plugin-postcss": "4.0.2",
"rimraf": "3.0.2",
"tslib": "2.4.1",
"typescript": "4.9.3"
}
}