-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "awesome-cn-cafe-web",
"version": "0.0.0",
"private": true,
"scripts": {
"fetch": "git clone https://github.com/ElaWorkshop/awesome-cn-cafe cafe 2> /dev/null || git -C cafe pull",
"data": "node ./scripts/process.mjs",
"postinstall": "npm run fetch && npm run data",
"dev": "vite",
"build": "npm run postinstall && vite build"
},
"dependencies": {
"@pika/react": "^16.13.1",
"@pika/react-dom": "^16.13.1",
"@vueuse/core": "^4.0.0-beta.4",
"emitt": "^1.3.3",
"fuse.js": "^6.4.1",
"reactivue": "^0.2.1",
"tailwindcss": "^1.6.2"
},
"devDependencies": {
"@antfu/eslint-config": "^0.3.1",
"@iconify/react-with-api": "^1.0.0-beta.2",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"eslint": "^7.6.0",
"eslint-plugin-react": "^7.20.5",
"fast-glob": "^3.2.4",
"typescript": "^3.9.7",
"vite": "^1.0.0-rc.4",
"vite-plugin-react": "^3.0.2"
},
"eslintConfig": {
"extends": "@antfu"
}
}