☠️ RESET for v2

This commit is contained in:
2021-09-14 13:00:12 +02:00
parent 511b0c85e5
commit bdbf511a75
124 changed files with 1612 additions and 11094 deletions

View File

@@ -1,61 +1,42 @@
{
"name": "housesof",
"version": "1.2.0",
"description": "Houses Of website",
"author": {
"name": "Flayks",
"email": "hello@flayks.com",
"url": "http://flayks.com"
},
"version": "2.0.0",
"private": true,
"author": {
"name": "Félix Péault",
"url": "https://flayks.com",
"email": "hello@flayks.com"
},
"scripts": {
"dev": "sapper dev --port 3000",
"build": "sapper build dist --legacy",
"export": "sapper export export --legacy",
"start": "node dist"
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint --ignore-path .gitignore ."
},
"dependencies": {
"animejs": "^3.2.1",
"compression": "^1.7.4",
"imagesloaded": "^4.1.4",
"lazysizes": "^5.3.0",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"polka": "^1.0.0-next.11",
"rellax": "^1.12.1",
"scroll-out": "^2.2.12",
"sirv": "^1.0.10",
"svelte-lazy": "^1.0.8",
"swipe-listener": "^1.3.0"
"focus-visible": "^5.2.0",
"sanitize.css": "^12.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime": "^7.12.5",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@rollup/plugin-replace": "^2.3.4",
"autoprefixer": "^10.2.1",
"dotenv": "^8.2.0",
"node-sass": "^5.0.0",
"postcss": "^8.2.4",
"postcss-load-config": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"rollup": "^2.36.2",
"rollup-plugin-glslify": "^1.2.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.28.10",
"svelte": "^3.31.2",
"svelte-preprocess": "^4.6.1"
"@sveltejs/adapter-node": "^1.0.0-next.46",
"@sveltejs/adapter-vercel": "^1.0.0-next.28",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"eslint": "^7.32.0",
"eslint-plugin-svelte3": "^3.2.1",
"sass": "^1.40.1",
"svelte": "^3.42.5",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
"last 3 versions",
"> 0.3%"
]
}
}