forked from star-history/star-history
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "star_history",
"version": "1.0.0",
"description": "The missing GitHub star history graph of GitHub projects",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:server": "pnpm i && cd server && pnpm i && pnpm build",
"build:extension": "vite build --mode extension"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"axios": "^1.0.0",
"d3-axis": "^1.0.12",
"d3-scale": "^3.2.0",
"d3-selection": "^1.4.1",
"d3-shape": "^1.3.7",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"marked": "^4.0.16",
"pinia": "^2.0.11",
"tailwindcss": "^3.0.19",
"typescript": "^4.4.4",
"vite": "^2.9.17",
"vue": "^3.2.47",
"vue-router": "4",
"vue-tsc": "^1.0.0"
},
"devDependencies": {
"@types/chrome": "0.0.210",
"@types/d3-axis": "3.0.2",
"@types/d3-scale": "4.0.3",
"@types/d3-selection": "1.4.3",
"@types/d3-shape": "3.1.0",
"@types/lodash": "4.14.191",
"@types/marked": "4.0.7",
"@types/node": "18.11.10",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"@vitejs/plugin-vue": "2.3.4",
"@vue/eslint-config-typescript": "11.0.2",
"autoprefixer": "10.4.13",
"eslint": "8.26.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.7.0",
"postcss": "8.4.19",
"prettier": "2.7.1"
},
"engines": {
"node": ">=18.18.0"
}
}