change h5 to web
This commit is contained in:
29
doric-web/package.json
Normal file
29
doric-web/package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "doric-web",
|
||||
"version": "0.1.0",
|
||||
"description": "Doric library for Web",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc -p .&& rollup -c"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/doric-pub/doric.git"
|
||||
},
|
||||
"author": "pengfeizhou",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/doric-pub/doric/issues"
|
||||
},
|
||||
"homepage": "https://github.com/doric-pub/doric#readme",
|
||||
"dependencies": {
|
||||
"axios": "^0.19.0",
|
||||
"doric": "file:../doric-js",
|
||||
"rollup": "^1.27.14",
|
||||
"@rollup/plugin-commonjs": "^11.0.0",
|
||||
"@rollup/plugin-json": "^4.0.1",
|
||||
"@rollup/plugin-node-resolve": "^6.0.0",
|
||||
"typescript": "^3.7.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user