-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 751 Bytes
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
{
"name": "star-homepage",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@types/photoswipe": "^4.1.0",
"normalize.css": "^8.0.1",
"ogl-typescript": "^0.1.20",
"photoswipe": "^4.1.3",
"vue": "^3.0.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.2",
"@vitejs/plugin-vue": "^1.1.5",
"@vitejs/plugin-vue-jsx": "^1.1.2",
"@vue/compiler-sfc": "^3.0.1",
"autoprefixer": "^9.8.6",
"typescript": "^4.0.3",
"typescript-plugin-css-modules": "^2.7.0",
"vite": "^2.0.4",
"vite-plugin-html": "^2.0.3",
"vite-plugin-string": "^1.0.1"
},
"browserslist": [
"> 0.2%",
"not dead",
"not ie 11",
"not op_mini all"
]
}