All checks were successful
continuous-integration/drone/push Build is passing
- Reproduction: Open two tabs, one would load, the other one would stay on the transition while the content of the page was ready and animated
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "housesof",
|
|
"version": "1.0.0",
|
|
"description": "Houses Of website",
|
|
"author": {
|
|
"name": "Flayks",
|
|
"email": "hello@flayks.com",
|
|
"url": "http://flayks.com"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "sapper dev --port 3000",
|
|
"build": "sapper build dist",
|
|
"export": "sapper export export",
|
|
"start": "node __sapper__/build",
|
|
"serve": "node server/server.js"
|
|
},
|
|
"dependencies": {
|
|
"animejs": "^3.2.0",
|
|
"compression": "^1.7.4",
|
|
"imagesloaded": "^4.1.4",
|
|
"lazysizes": "^5.2.0",
|
|
"normalize.css": "^8.0.1",
|
|
"polka": "^1.0.0-next.11",
|
|
"rellax": "^1.12.1",
|
|
"scroll-out": "^2.2.8",
|
|
"sirv": "^0.4.2",
|
|
"svelte-lazy": "^0.1.10",
|
|
"swipe-listener": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-runtime": "^7.9.0",
|
|
"@babel/preset-env": "^7.9.5",
|
|
"@babel/runtime": "^7.9.2",
|
|
"@rollup/plugin-alias": "^3.1.0",
|
|
"@rollup/plugin-commonjs": "11.0.2",
|
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
"@rollup/plugin-replace": "^2.3.2",
|
|
"autoprefixer": "^9.7.6",
|
|
"dotenv": "^8.2.0",
|
|
"node-fetch": "^2.6.0",
|
|
"node-sass": "^4.13.1",
|
|
"postcss": "^7.0.27",
|
|
"postcss-load-config": "^2.1.0",
|
|
"postcss-preset-env": "^6.7.0",
|
|
"rollup": "^2.7.2",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-glslify": "^1.2.0",
|
|
"rollup-plugin-svelte": "^5.2.1",
|
|
"rollup-plugin-terser": "^5.3.0",
|
|
"sapper": "^0.27.12",
|
|
"svelte": "^3.20.1",
|
|
"svelte-preprocess": "^3.7.3"
|
|
},
|
|
"browserslist": [
|
|
"> 0.5%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|