This repository was archived by the owner on Jan 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.2 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
59
60
61
62
63
64
{
"name": "hexo-theme-mercure",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "npm run clean && cross-env NODE_ENV=production postcss ./src/css/index.css -o ./source/css/build/style.css --verbose && cross-env NODE_ENV=production rollup -c ./rollup.config.js",
"build-dev": "npm run clean && cross-env NODE_ENV=development postcss ./src/css/index.css -o ./source/css/build/style.css --verbose && cross-env NODE_ENV=development rollup -c ./rollup.config.js",
"clean": "rimraf ./source/css/build ./source/js/build"
},
"main": "postcss.config.js",
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"html-minifier": "^4.0.0",
"pinyin": "^2.11.2",
"remixicon": "^2.5.0"
},
"devDependencies": {
"@floating-ui/dom": "^1.0.7",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@swup/debug-plugin": "^2.0.0",
"@swup/head-plugin": "^1.2.1",
"@swup/scripts-plugin": "^1.1.0",
"@swup/slide-theme": "^1.0.5",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.8",
"algoliasearch": "^4.14.2",
"autoprefixer": "^10.4.1",
"canvas-confetti": "^1.6.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.14",
"cssnano-preset-advanced": "^5.3.9",
"instantsearch.js": "^4.49.1",
"katex": "^0.15.6",
"nprogress": "^0.2.0",
"overlayscrollbars": "^2.0.1",
"parallax-js": "^3.1.0",
"postcss": "^8.4.20",
"postcss-cli": "^9.1.0",
"postcss-easing-gradients": "^3.0.1",
"postcss-import": "^14.0.2",
"postcss-mixins": "^9.0.4",
"postcss-nested": "^5.0.6",
"postcss-simple-vars": "^7.0.0",
"postcss-sort-media-queries": "^4.3.0",
"postcss-variable-compress": "^2.0.1",
"rimraf": "^3.0.2",
"rollup": "^3.7.4",
"rollup-plugin-polyfill-node": "^0.11.0",
"rollup-plugin-progress": "^1.1.2",
"scroll-into-view-if-needed": "^3.0.3",
"seamless-scroll-polyfill": "^2.2.0",
"swup": "^2.0.19",
"tabbable": "^6.0.1",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.3",
"toastify-js": "^1.12.0"
}
}