npm init svelte@next svekyll
parents
No related branches found
No related tags found
Showing
- .eslintrc.cjs 15 additions, 0 deletions.eslintrc.cjs
- .gitignore 5 additions, 0 deletions.gitignore
- .prettierrc 6 additions, 0 deletions.prettierrc
- README.md 38 additions, 0 deletionsREADME.md
- jsconfig.json 10 additions, 0 deletionsjsconfig.json
- package.json 22 additions, 0 deletionspackage.json
- src/app.html 12 additions, 0 deletionssrc/app.html
- src/global.d.ts 1 addition, 0 deletionssrc/global.d.ts
- src/routes/index.svelte 2 additions, 0 deletionssrc/routes/index.svelte
- static/favicon.png 0 additions, 0 deletionsstatic/favicon.png
- svelte.config.js 9 additions, 0 deletionssvelte.config.js
.eslintrc.cjs
0 → 100644
.gitignore
0 → 100644
.prettierrc
0 → 100644
README.md
0 → 100644
jsconfig.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "svekyll-next", | ||
"version": "0.0.1", | ||
"scripts": { | ||
"dev": "svelte-kit dev", | ||
"build": "svelte-kit build", | ||
"preview": "svelte-kit preview", | ||
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .", | ||
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ." | ||
}, | ||
"devDependencies": { | ||
"@sveltejs/kit": "next", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-svelte3": "^3.2.1", | ||
"prettier": "^2.4.1", | ||
"prettier-plugin-svelte": "^2.4.0", | ||
"svelte": "^3.42.6" | ||
}, | ||
"type": "module" | ||
} | ||
\ No newline at end of file |
src/app.html
0 → 100644
src/global.d.ts
0 → 100644
src/routes/index.svelte
0 → 100644
static/favicon.png
0 → 100644
1.53 KiB
svelte.config.js
0 → 100644