-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "skylight",
"version": "0.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/penpenpng/skylight.git"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"lint:fix": "eslint src/**/*.{ts,vue} --fix && prettier --write src/**/*.ts",
"preview": "vite preview"
},
"dependencies": {
"@atproto/api": "^0.2.5",
"@atproto/uri": "^0.0.2",
"@tanstack/vue-query": "^4.27.0",
"bootstrap-icons": "^1.10.3",
"fslightbox-vue": "^2.1.1",
"spectre.css": "^0.5.9",
"twitter-text": "^3.1.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/twitter-text": "^3.1.5",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.10.0",
"prettier": "^2.8.7",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vue-tsc": "^1.0.24"
}
}