-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
137 lines (137 loc) · 4.51 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "adofai-gg",
"version": "0.0.1",
"scripts": {
"dev": "pnpm prebuild && vite dev",
"build": "pnpm prebuild && vite build",
"package": "vite package",
"preview": "vite preview",
"test": "pnpm build && playwright test",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "pnpm run \"/lint:.*/\"",
"lint:stylelint": "pnpm stylelint --fix \"src/**/*.{svelte,css,scss}\"",
"lint:prettier": "prettier --check --plugin-search-dir=. .",
"lint:eslint": "eslint --max-warnings=0 .",
"format": "prettier --write --plugin-search-dir=. .",
"prebuild": "peggy --plugin ts-pegjs src/utils/search/parser.peggy -o src/utils/search/parser.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "svelte-kit sync && husky install"
},
"files": [
".svelte-kit",
"build",
"server.js"
],
"devDependencies": {
"@babel/core": "^7.23.6",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@fluent/bundle": "^0.18.0",
"@fontsource/m-plus-rounded-1c": "4.5.10",
"@fontsource/quicksand": "^5.0.16",
"@fontsource/roboto-mono": "^5.0.16",
"@grafana/faro-web-sdk": "^1.8.2",
"@playwright/test": "^1.40.1",
"@storybook/addon-essentials": "^7.6.5",
"@storybook/addon-interactions": "^7.6.5",
"@storybook/addon-links": "^7.6.5",
"@storybook/addons": "^7.6.5",
"@storybook/blocks": "^7.6.5",
"@storybook/builder-vite": "^7.6.5",
"@storybook/channel-postmessage": "^7.6.5",
"@storybook/channel-websocket": "^7.6.5",
"@storybook/client-api": "^7.6.5",
"@storybook/preview-web": "^7.6.5",
"@storybook/svelte": "^7.6.5",
"@storybook/sveltekit": "^7.6.5",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-node": "^2.0.0",
"@sveltejs/adapter-vercel": "^4.0.2",
"@sveltejs/kit": "^2.0.2",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tanstack/svelte-query": "^5.45.0",
"@tanstack/svelte-table": "^8.17.3",
"@tanstack/svelte-virtual": "^3.5.1",
"@types/compression": "^1.7.5",
"@types/express": "^4.17.21",
"@types/fs-extra": "^11.0.4",
"@types/html-minifier": "^4.0.5",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/nprogress": "^0.2.3",
"@types/unzipper": "^0.10.9",
"@types/youtube": "^0.0.50",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"clsx": "^2.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-svelte": "^2.35.1",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"js-cookie": "^3.0.5",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"mdsvex": "^0.11.0",
"nprogress": "^0.2.0",
"peggy": "^3.0.2",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"postcss-load-config": "^5.0.2",
"postcss-scss": "^4.0.9",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rrweb": "^2.0.0-alpha.4",
"sass": "^1.69.5",
"storybook": "^7.6.5",
"stylelint": "^16.0.2",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-order": "^6.0.4",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"svelte-eslint-parser": "^0.33.1",
"svelte-icons": "^2.1.0",
"svelte-loader": "^3.1.9",
"svelte-preprocess": "^5.1.2",
"tippy.js": "^6.3.7",
"ts-dedent": "^2.2.0",
"ts-pegjs": "^4.2.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unzipper": "^0.10.14",
"vite": "^5.3.3",
"vite-plugin-glob": "^0.3.2",
"vite-plugin-preload": "^0.3.1",
"webpack": "^5.89.0"
},
"type": "module",
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"axios": "^1.6.2",
"compression": "^1.7.4",
"express": "^4.19.2",
"github-markdown-css": "^5.5.0",
"sharp": "^0.33.1"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,svelte}": "eslint --cache --fix",
"*.{js,ts,jsx,tsx,svelte,css,scss,md}": "prettier --ignore-path .gitignore --write"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"@fontsource/[email protected]": "patches/@[email protected]"
}
}
}