forked from elrumo/macOS_Big_Sur_icons_replacements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
{
"name": "big_sur_replacement_icons",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host --https",
"build": "vite build",
"serve": "vite preview --https --host",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"deploy": "npm run build; push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@adobe/coral-spectrum": "^4.12.3",
"@fullhuman/postcss-purgecss": "^3.1.3",
"@spectrum-web-components/accordion": "^0.6.1",
"@spectrum-web-components/bundle": "^0.18.0",
"@spectrum-web-components/button": "^0.16.1",
"@spectrum-web-components/overlay": "^0.9.0",
"@tryghost/content-api": "^1.5.15",
"@vitejs/plugin-vue": "^1.10.1",
"@vue/compat": "^3.1.0",
"algoliasearch": "^4.11.0",
"esbuild": "^0.14.8",
"less": "^4.1.2",
"less-loader": "^7.3.0",
"marked": "^1.2.9",
"parse": "^3.4.0",
"prerender-spa-plugin": "^3.4.0",
"push-dir": "^0.4.1",
"register-service-worker": "^1.7.2",
"sass": "^1.45.1",
"simple-git": "^2.47.0",
"smoothscroll-polyfill": "^0.4.4",
"vite": "^2.7.3",
"vue": "^3.1.0",
"vue-cookies": "^1.7.4",
"vue-mobile-detection": "^2.0.1",
"vue3-lazyload": "^0.2.5-beta",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.1.0",
"@vueuse/head": "^0.5.1",
"vue-router": "^4.0.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}