-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.33 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
{
"name": "@jawg/taxonomy",
"version": "1.3.0",
"type": "module",
"scripts": {
"build": "rollup -c",
"format": "npm run format-html && npm run format-js && npm run format-riot",
"format-html": "find src demo -name '*.html' -exec prettier --config .prettierrc --parser html -w {} \\;",
"format-js": "prettier -w --config .prettierrc src/ rollup.*",
"format-riot": "find src -type f -name '*.riot' -exec prettier --config .prettierrc --parser html -w {} \\;",
"start": "ROLLUP_SERVE=true rollup -c -w",
"watch": "rollup -c -w"
},
"description": "Building a map taxonomy chart with style.json",
"keywords": [
"Map",
"Taxonomy",
"Chart"
],
"author": "Jawg Maps",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-html": "^1.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"color-operations-ui": "^1.1.0",
"prettier": "^3.1.0",
"riot": "^9.1.2",
"rollup": "^4.6.1",
"rollup-plugin-app-utils": "^1.0.6",
"rollup-plugin-commonjs": "^10.1.0",
"@rollup/plugin-json": "^6.0.1",
"rollup-plugin-riot": "^9.0.2",
"rollup-plugin-serve": "^3.0.0",
"webfontloader": "^1.6.28"
}
}