-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.17 KB
/
package.json
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "0xtree",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev --port 3000",
"build": "npm run generate:manifest && svelte-kit build",
"preview": "svelte-kit preview --port 3000",
"check": "svelte-check --fail-on-hints",
"check:watch": "svelte-check --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"lint:scss": "stylelint \"src/**/*.{css,scss,svelte}\"",
"format": "prettier --write --plugin-search-dir=. .",
"generate:images": "node ./generate-responsive-image-data.js",
"generate:manifest": "node ./generate-manifest.js",
"generate:sitemap": "node ./generate-sitemap.js",
"prettier:check": "prettier --check --plugin-search-dir=. .",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/config-conventional": "^16.0.0",
"@fontsource/lato": "^4.5.0",
"@fontsource/lora": "^4.5.1",
"@fontsource/source-sans-pro": "^4.5.1",
"@rodneylab/sveltekit-components": "^0.2.5",
"@sveltejs/adapter-netlify": "^1.0.0-next.38",
"@sveltejs/adapter-static": "^1.0.0-next.24",
"@sveltejs/kit": "^1.0.0-next.215",
"@types/object-hash": "^2.2.1",
"dayjs": "^1.10.7",
"dotenv": "^10.0.0",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"front-matter": "^4.0.2",
"husky": "^7.0.4",
"mdsvex": "^0.9.8",
"object-hash": "^2.2.0",
"postcss": "^8.4.5",
"postcss-html": "^1.3.0",
"prettier": "~2.4.1",
"prettier-plugin-svelte": "^2.5.1",
"reading-time": "1.4.0",
"sass": "^1.45.2",
"sharp": "^0.29.3",
"stylelint": "^14.2.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-config-standard": "^24.0.0",
"stylelint-scss": "^4.1.0",
"svelte": "^3.44.3",
"svelte-check": "^2.2.11",
"svelte-feather-icons": "^3.5.0",
"svelte-preprocess": "^4.10.1",
"svelte-preprocess-import-assets": "^0.1.3",
"vanilla-lazyload": "^17.5.0",
"vite-imagetools": "^4.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/JohnRSim/0xTr.ee"
},
"bugs": {
"url": "https://github.com/JohnRSim/0xTr.ee/issues"
},
"type": "module",
"dependencies": {
"svelte-dnd-action": "^0.9.14",
"dialog-polyfill": "^0.5.6"
}
}