This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Doric/doric-demo/package.json
2021-10-29 14:41:30 +08:00

26 lines
626 B
JSON

{
"name": "demo",
"version": "0.1.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "doric build",
"dev": "doric dev",
"clean": "doric clean"
},
"license": "Apache-2.0",
"dependencies": {
"doric": "file:../doric-js",
"doric-cli": "file:../doric-cli"
},
"devDependencies": {
"typescript": "^4.2.2",
"rollup": "^2.40.0",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0"
}
}