mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@iconify/sapper-demo",
|
|
"description": "Sapper demo for Iconify for Svelte",
|
|
"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.4",
|
|
"polka": "^0.5.2",
|
|
"sirv": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.7",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.7",
|
|
"@babel/runtime": "^7.12.5",
|
|
"@iconify-icons/bi": "^1.0.0",
|
|
"@iconify-icons/openmoji": "^1.0.9",
|
|
"@iconify/svelte": "^1.0.3",
|
|
"@rollup/plugin-babel": "^5.2.1",
|
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
"@rollup/plugin-replace": "^2.3.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^2.33.3",
|
|
"rollup-plugin-svelte": "^6.1.1",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"sapper": "^0.28.10",
|
|
"svelte": "^3.29.7"
|
|
}
|
|
}
|