forked from star-history/star-history
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.48 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": "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.3.1",
"@tailwindcss/typography": "^0.5.1",
"axios": "^0.26.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.8.0",
"vue": "^3.2.30",
"vue-router": "4",
"vue-tsc": "^0.31.2"
},
"devDependencies": {
"@types/chrome": "^0.0.171",
"@types/d3-axis": "^1.0.12",
"@types/d3-scale": "^3.2.0",
"@types/d3-selection": "^1.4.1",
"@types/d3-shape": "^1.3.7",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.3",
"@types/node": "^17.0.12",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^2.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.1.1",
"postcss": "^8.4.5",
"prettier": "^2.4.1"
}
}