mirror of
https://github.com/excalidraw/excalidraw-libraries.git
synced 2026-05-17 13:30:41 +00:00
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"dependencies": {
|
|
"@excalidraw/prettier-config": "1.0.2",
|
|
"http-server": "^14.1.0",
|
|
"node-static": "0.7.11",
|
|
"prettier": "2.5.1"
|
|
},
|
|
"license": "MIT",
|
|
"prettier": "@excalidraw/prettier-config",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"dev": "http-server .",
|
|
"build": "prettier . --write",
|
|
"validate:libraries": "node ./scripts/validate-libraries.js"
|
|
}
|
|
}
|