-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "htmlcache.js",
"version": "1.0.9",
"description": "No more loading/skeleton screens.",
"author": "yuyuyzl",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "tsup",
"genInjector": "node ./scripts/build-htmlcache.js",
"dev": "vite website",
"preview": "vite preview website",
"build:website": "vite build website",
"build:github": "vite build website --base /htmlcache"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/htmlcache"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"highlight.js": "^11.10.0",
"less": "^4.2.1",
"markdown-it": "^14.1.0",
"prettier": "^3.4.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"stylelint": "^16.11.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"uglify-js": "^3.1.4",
"vite": "^6.0.3"
},
"files": [
"dist/*",
"*.json",
"README.md"
]
}