-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
151 lines (151 loc) · 5.01 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "eslint-plugin-svelte",
"version": "2.4.1",
"description": "ESLint plugin for Svelte using AST",
"repository": "git+https://github.com/ota-meshi/eslint-plugin-svelte.git",
"homepage": "https://ota-meshi.github.io/eslint-plugin-svelte",
"author": "Yosuke Ota (https://github.com/ota-meshi)",
"contributors": [
"JounQin (https://github.com/JounQin)"
],
"funding": "https://github.com/sponsors/ota-meshi",
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"node": "^14.17.0 || >=16.0.0"
},
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"eslint",
"eslint-plugin",
"eslintplugin",
"svelte",
"sveltejs"
],
"scripts": {
"build": "yarn build:ts",
"build:ts": "tsc --project ./tsconfig.build.json",
"clean": "rimraf .nyc_output lib coverage build .svelte-kit svelte.config-dist.js",
"cover": "nyc --reporter=lcov yarn test",
"debug": "yarn mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000",
"docs:build": "yarn svelte-kit build",
"docs:preview": "yarn svelte-kit preview",
"docs:watch": "yarn svelte-kit dev",
"eslint-fix": "eslint . --fix",
"format-for-gen-file": "eslint src/types-for-node.ts src/utils/rules.ts src/configs --fix",
"lint": "eslint .",
"mocha": "yarn ts ./node_modules/mocha/bin/mocha.js",
"new": "yarn ts ./tools/new-rule.ts",
"prebuild": "yarn clean",
"prepublishOnly": "yarn clean && yarn build",
"pretest:base": "cross-env DEBUG=eslint-plugin-svelte*",
"preversion": "yarn test && git add .",
"svelte-kit": "node --experimental-loader ./svelte-kit-import-hook.mjs node_modules/vite/bin/vite.js",
"test": "yarn mocha \"tests/src/**/*.ts\" --reporter dot --timeout 60000",
"ts": "node -r esbuild-register",
"update": "yarn ts ./tools/update.ts && yarn format-for-gen-file",
"version": "env-cmd -e version yarn update && git add ."
},
"peerDependencies": {
"eslint": "^7.0.0 || ^8.0.0-0",
"svelte": "^3.37.0"
},
"peerDependenciesMeta": {
"svelte": {
"optional": true
}
},
"dependencies": {
"debug": "^4.3.1",
"eslint-utils": "^3.0.0",
"known-css-properties": "^0.25.0",
"postcss": "^8.4.5",
"postcss-load-config": "^3.1.4",
"postcss-safe-parser": "^6.0.0",
"sourcemap-codec": "^1.4.8",
"svelte-eslint-parser": "^0.17.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-function-bind": "^7.16.7",
"@babel/types": "^7.16.0",
"@fontsource/fira-mono": "^4.5.0",
"@ota-meshi/eslint-plugin": "^0.11.3",
"@sindresorhus/slugify": "^2.1.0",
"@sveltejs/adapter-static": "^1.0.0-next.26",
"@sveltejs/kit": "^1.0.0-next.360",
"@types/babel__core": "^7.1.19",
"@types/cross-spawn": "^6.0.2",
"@types/escape-html": "^1.0.2",
"@types/eslint": "^8.0.0",
"@types/eslint-scope": "^3.7.0",
"@types/eslint-utils": "^3.0.1",
"@types/eslint-visitor-keys": "^1.0.0",
"@types/estree": "^1.0.0",
"@types/less": "^3.0.3",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@types/markdown-it-emoji": "^2.0.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/postcss-safe-parser": "^5.0.1",
"@types/prismjs": "^1.26.0",
"@types/stylus": "^0.48.38",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.1-0",
"@typescript-eslint/parser-v4": "npm:@typescript-eslint/parser@4",
"assert": "^2.0.0",
"env-cmd": "^10.1.0",
"esbuild": "^0.14.1",
"esbuild-register": "^3.2.0",
"escape-html": "^1.0.3",
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.0.0",
"eslint-plugin-json-schema-validator": "^4.0.0",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-node-dependencies": "^0.9.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-regexp": "^1.0.0",
"eslint-plugin-svelte": "^2.0.0",
"eslint-plugin-yml": "^1.0.0",
"eslint-scope": "^7.1.1",
"estree-walker": "^3.0.0",
"less": "^4.1.2",
"locate-character": "^2.0.5",
"magic-string": "^0.26.0",
"markdown-it-anchor": "^8.4.1",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"pako": "^2.0.3",
"postcss-nested": "^5.0.6",
"prettier": "^2.2.1",
"prettier-plugin-pkg": "^0.16.0",
"prettier-plugin-svelte": "^2.6.0",
"prism-svelte": "^0.5.0",
"prismjs": "^1.25.0",
"sass": "^1.51.0",
"semver": "^7.3.5",
"stylelint": "^14.0.0",
"stylelint-config-standard": "^26.0.0",
"stylus": "^0.58.0",
"svelte": "^3.46.1",
"svelte-adapter-ghpages": "0.0.2",
"typescript": "^4.5.2",
"vite": "^3.0.0-0",
"vite-plugin-svelte-md": "^0.1.5",
"yaml": "^2.1.1"
},
"publishConfig": {
"access": "public"
}
}