This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 2.16 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
{
"name": "sveltekit-tailwind",
"version": "0.0.1",
"scripts": {
"postinstall": "node ./fixGlobals.js",
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@beyonk/svelte-datepicker": "^11.0.2",
"@iconify/svelte": "^2.1.0",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "next",
"@types/bcrypt": "^5.0.0",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.4.1",
"@types/dompurify": "^2.3.1",
"@types/jsonwebtoken": "^8.5.6",
"@types/marked": "^4.0.1",
"@types/uuid": "^8.3.3",
"attractions": "^3.5.2",
"autoprefixer": "^10.4.0",
"aws-sdk": "^2.1035.0",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"cssnano": "^5.0.8",
"dayjs": "^1.10.7",
"dompurify": "^2.3.3",
"dotenv": "^10.0.0",
"googleapis": "^91.0.0",
"jsonwebtoken": "^8.5.1",
"marked": "^3.0.8",
"material-icons": "^1.10.2",
"mock-aws-s3": "^4.0.2",
"mongodb": "^4.1.4",
"mongoose": "^6.0.12",
"nock": "^13.2.1",
"pixi-viewport": "^4.34.1",
"pixi.js": "^6.2.0",
"postcss": "^8.4.4",
"postcss-load-config": "^3.1.0",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"sass": "^1.43.2",
"svelte": "^3.42.6",
"svelte-awesome": "^2.4.2",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.7",
"svelte-typewriter": "^3.0.0-alpha.5",
"tailwindcss": "^3.0.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module",
"dependencies": {
"@mszu/pixi-ssr-shim": "^1.0.1",
"i": "^0.3.7",
"npm-run-all": "^4.1.5",
"uuid": "^8.3.2"
}
}