2
0
mirror of https://github.com/iconify/iconify.git synced 2024-09-20 09:19:02 +00:00
iconify/packages/sapper-demo/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

{
"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.1",
"polka": "next",
2020-05-29 19:14:36 +00:00
"sirv": "^0.4.6"
},
"devDependencies": {
2020-08-02 19:04:39 +00:00
"@babel/core": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
2020-08-02 19:04:39 +00:00
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/runtime": "^7.11.0",
2020-07-02 07:59:18 +00:00
"@iconify/icons-bi": "^1.0.6",
2020-08-02 19:04:39 +00:00
"@iconify/icons-openmoji": "^1.0.63",
2020-07-03 07:16:13 +00:00
"@iconify/svelte": "^1.0.0",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-node-resolve": "^7.0.0",
2020-07-02 07:59:18 +00:00
"@rollup/plugin-replace": "^2.3.3",
"npm-run-all": "^4.1.5",
"rollup": "^1.20.0",
"rollup-plugin-babel": "^4.0.2",
2020-07-02 07:59:18 +00:00
"rollup-plugin-svelte": "^5.2.3",
"rollup-plugin-terser": "^5.3.0",
2020-07-02 07:59:18 +00:00
"sapper": "^0.27.16",
2020-08-02 19:04:39 +00:00
"svelte": "^3.24.0"
}
}