forked from star-history/star-history
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 950 Bytes
/
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
{
"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:ext": "vite build --mode extension && node ./scripts/copyExtFiles.js"
},
"dependencies": {
"tailwindcss": "^3.0.7",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vue": "^3.2.25",
"vue-router": "4",
"vue-tsc": "^0.29.8",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/chrome": "^0.0.171",
"@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"
}
}