-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.49 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
{
"name": "hack4impact-uiuc",
"description": "Hack4Impact UIUC's chapter website.",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write --plugin-search-dir=. .",
"format:check": "prettier --check --plugin-search-dir=. .",
"lint": "eslint src",
"lint:fix": "eslint --fix src"
},
"devDependencies": {
"@contentful/rich-text-html-renderer": "^15.0.0",
"@contentful/rich-text-types": "^15.0.0",
"@iconify-icons/bx": "^1.2.6",
"@iconify-icons/bxs": "^1.2.6",
"@iconify/svelte": "^3.1.0",
"@sveltejs/adapter-netlify": "^2.0.6",
"@sveltejs/kit": "^1.11.0",
"@types/ackee-tracker": "^5.0.1",
"@types/html-minifier-terser": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.2.0",
"html-minifier-terser": "^6.1.0",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.55.0",
"svelte-check": "^3.1.2",
"tslib": "^2.0.0",
"typescript": "^4.9.0",
"vite": "^4.0.1"
},
"dependencies": {
"ackee-tracker": "^5.1.0",
"contentful": "^9.1.5",
"svelte-animated-details": "^1.0.1"
},
"type": "module"
}