Initial commit
This commit is contained in:
commit
07c5428f7c
11 changed files with 1815 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "evolver",
|
||||
"version": "1.0.0",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"clean": "del-cli dist",
|
||||
"build": "yarn clean && rollup -c",
|
||||
"serve": "yarn clean && rollup -c --watch"
|
||||
},
|
||||
"repository": "git@git.jusemon.com:jusemon/evolver.git",
|
||||
"author": "Jusemon <juansmm@outlook.com>",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^26.0.1",
|
||||
"@rollup/plugin-image": "^3.0.3",
|
||||
"@rollup/plugin-json": "^6.1.0",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"@web/rollup-plugin-html": "^2.3.0",
|
||||
"chalk": "^5.2.0",
|
||||
"del-cli": "^5.1.0",
|
||||
"rollup": "^4.18.0",
|
||||
"rollup-plugin-serve": "^1.1.1",
|
||||
"rollup-plugin-zip": "^1.0.3"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue