forked from quoid/userscripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 852 Bytes
/
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
{
"name": "userscripts",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint-js": "eslint ./",
"lint-css": "stylelint '**/*.{css,svelte}'"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"autoprefixer": "^10.4.13",
"cm-show-invisibles": "^3.1.0",
"codemirror": "^5.65.12",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-svelte3": "^4.0.0",
"postcss-html": "^1.5.0",
"stylelint": "^15.2.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recommended": "^10.0.1",
"stylelint-config-standard": "^30.0.1",
"svelte": "^3.55.1",
"vite": "^4.1.4"
}
}