-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
47 lines (47 loc) · 1.42 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
{
"name": "knowledge-hub",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"resource-onboarding": "python3 scripts/onboarding.py && pytest . && cat scripts/onboarding_pr_message.md"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0",
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@testing-library/svelte": "^4.1.0",
"@types/lodash.partition": "^4.6.7",
"@types/mixpanel-browser": "^2.47.2",
"all-contributors-cli": "^6.25.0",
"autoprefixer": "^10.4.13",
"jsdom": "^24.0.0",
"lodash.partition": "^4.6.0",
"postcss": "^8.4.20",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"svelte": "^3.54.0",
"svelte-bootstrap-icons": "^3.0.0",
"svelte-check": "^2.9.2",
"tailwindcss": "^3.2.4",
"tldts": "^5.7.112",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vitest": "^1.3.1",
"yaml": "^2.2.0"
},
"type": "module",
"dependencies": {
"fuse.js": "^6.6.2",
"mixpanel-browser": "^2.47.0",
"ts-node": "^10.4.0"
}
}