-
-
Notifications
You must be signed in to change notification settings - Fork 231
/
package.json
58 lines (58 loc) · 1.64 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
53
54
55
56
57
58
{
"name": "big_sur_replacement_icons",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview --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.15.9",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@spectrum-web-components/accordion": "^0.7.6",
"@spectrum-web-components/bundle": "^0.28.5",
"@spectrum-web-components/button": "^0.19.8",
"@spectrum-web-components/overlay": "^0.18.9",
"@tryghost/content-api": "^1.11.5",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compat": "^3.2.45",
"algoliasearch": "^4.14.2",
"axios": "^1.2.2",
"confetti-js": "^0.0.18",
"dotenv": "^16.0.3",
"esbuild": "^0.16.5",
"form-data": "^4.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"mailgun.js": "^9.3.0",
"marked": "^4.2.4",
"parse": "^3.5.1",
"push-dir": "^0.4.1",
"register-service-worker": "^1.7.2",
"request-promise": "^4.2.6",
"sass": "^1.56.2",
"simple-git": "^3.15.1",
"smoothscroll-polyfill": "^0.4.4",
"vite": "^4.0.1",
"vite-plugin-mkcert": "^1.10.1",
"vue": "^3.2.45",
"vue-cookies": "^1.8.2",
"vue-markdown-render": "^2.0.1",
"vue-mobile-detection": "^2.0.1",
"vue3-lazyload": "^0.3.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.2.45",
"@vueuse/head": "^1.0.22",
"vue-router": "^4.1.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}