forked from profmancusoa/profmancusoa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "profmancusoa.github.io",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run post_build",
"post_build": "npm run sitemap && touch docs/.nojekyll && cp google30f827e09b16a4e0.html docs && cp BingSiteAuth.xml docs && cp robots.txt docs && cp sitemap.xml docs",
"sitemap": "node sitemap_builder.js",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-check --tsconfig ./jsconfig.json --watch",
"test": "playwright test",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. .",
"article_new": "node article.js"
},
"devDependencies": {
"@playwright/test": "^1.22.2",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0-next.39",
"@sveltejs/kit": "next",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"image-size": "^1.0.2",
"imagemin-cli": "^7.0.0",
"js-yaml": "^4.1.0",
"mdsvex": "^0.10.6",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.44.0",
"svelte-check": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.0"
},
"type": "module"
}