-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.36 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
{
"name": "user-script",
"version": "1.0.0",
"description": "浏览器用户脚本(GreaseMonkey, TamperMonkey)",
"devDependencies": {
"@types/greasemonkey": "^4.0.2",
"@types/gulp": "^4.0.17",
"@types/gulp-postcss": "^8.0.6",
"@types/node": "^16.11.9",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"autoprefixer": "^10.4.13",
"esbuild": "^0.18.4",
"eslint": "^8.43.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-internal": "link:scripts/eslint-plugin-internal",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"gulp-postcss": "^9.1.0",
"moment": "^2.29.1",
"postcss": "^8.4.19",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"sass": "^1.63.4",
"tailwindcss": "^3.3.2",
"ts-node": "^10.4.0",
"typescript": "5.1.3"
},
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "NateScarlet",
"license": "MIT",
"dependencies": {
"@mdi/js": "^7.2.96",
"@types/lodash-es": "^4.17.5",
"@types/mustache": "^4.1.2",
"lit-html": "^2.7.3",
"lodash-es": "^4.17.21",
"mustache": "^4.2.0"
}
}