User management not done. Footer not done Nav user management icon not positioned correctly
37 lines
1015 B
JSON
37 lines
1015 B
JSON
{
|
|
"name": "Quartznet",
|
|
"description": "Quartznet website",
|
|
"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": "next",
|
|
"sirv": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"sapper": "^0.28.0",
|
|
"svelte": "^3.24.1",
|
|
"@babel/core": "^7.11.1",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.11.0",
|
|
"@babel/preset-env": "^7.11.0",
|
|
"@babel/runtime": "^7.11.2",
|
|
"@rollup/plugin-babel": "^5.2.0",
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"@rollup/plugin-replace": "^2.3.3",
|
|
"rollup": "^2.26.4",
|
|
"rollup-plugin-svelte": "^5.2.3",
|
|
"rollup-plugin-terser": "^7.0.0"
|
|
}
|
|
}
|