-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "~TODO~",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"start": "svelte-kit preview",
"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": {
"@sveltejs/adapter-netlify": "^1.0.0-next.29",
"@sveltejs/adapter-static": "^1.0.0-next.17"
},
"type": "module",
"dependencies": {
"@auth0/auth0-spa-js": "^1.17.0",
"@fontsource/fira-mono": "^4.2.2",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@lukeed/uuid": "^2.0.0",
"@sentry/browser": "^6.11.0",
"@sentry/tracing": "^6.11.0",
"@sveltejs/adapter-node": "^1.0.0-next.28",
"@sveltejs/kit": "next",
"@types/cookie": "^0.4.0",
"auth0-js": "^9.16.2",
"autoprefixer": "^10.3.1",
"axios": "^0.21.1",
"cookie": "^0.4.1",
"cssnano": "^5.0.6",
"install": "^0.13.0",
"jsbarcode": "^3.11.4",
"npm": "^7.20.6",
"postcss": "^8.3.5",
"postcss-load-config": "^3.1.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.34.0",
"svelte-barcode": "^1.1.0",
"svelte-check": "^2.0.0",
"svelte-fa": "^2.2.1",
"svelte-loading-spinners": "^0.1.7",
"svelte-preprocess": "^4.7.4",
"tailwindcss": "^2.2.7",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
}
}