forked from sysvm/sysvm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 990 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": "harbor",
"version": "0.2.0",
"description": "A theme for https://xuanwo.io",
"main": "index.js",
"scripts": {
"algolia": "if [ $ALGOLIA_INDEX_NAME ]; then atomic-algolia; else echo \"ALGOLIA_INDEX_NAME not setup, ignore\"; fi"
},
"author": "Xuanwo",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.0.0",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@tailwindcss/forms": "^0.5.0",
"alpinejs": "^3.7.0",
"atomic-algolia": "^0.3.19",
"autoprefixer": "^10.4.0",
"docsearch.js": "^2.6.3",
"gitalk": "^1.7.2",
"postcss": "^8.4.4",
"postcss-cli": "^10.0.0",
"postcss-import": "^15.0.0",
"purgecss-from-html": "^4.1.1",
"queue-microtask": "^1.2.3",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"eslint": "^8.4.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
}
}