You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
{
|
|
"name": "TODO",
|
|
"description": "TODO",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "sapper dev",
|
|
"build": "sapper build --legacy",
|
|
"export": "sapper export --legacy",
|
|
"start": "node __sapper__/build",
|
|
"cy:run": "cypress run",
|
|
"cy:open": "cypress open",
|
|
"test": "run-p --race dev cy:run"
|
|
},
|
|
"dependencies": {
|
|
"compression": "^1.7.1",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-clean-css": "^4.3.0",
|
|
"gulp-csscomb": "^3.1.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"pm2": "^4.4.1",
|
|
"polka": "next",
|
|
"randomcolor": "^0.6.2",
|
|
"sirv": "^1.0.0",
|
|
"svelte-preprocess": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"sapper": "^0.28.0",
|
|
"svelte": "^3.17.3",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/runtime": "^7.0.0",
|
|
"@rollup/plugin-babel": "^5.0.0",
|
|
"@rollup/plugin-commonjs": "^14.0.0",
|
|
"@rollup/plugin-node-resolve": "^8.0.0",
|
|
"@rollup/plugin-replace": "^2.2.0",
|
|
"rollup": "^2.3.4",
|
|
"rollup-plugin-svelte": "^6.0.0",
|
|
"rollup-plugin-terser": "^7.0.0"
|
|
}
|
|
}
|
|
|