-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.31 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
{
"name": "palette-re",
"version": "0.0.1",
"main": "index.js",
"repository": "https://github.com/aimkiray/palette-re-theme.git",
"author": "aimkiray <root@meowwoo.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"vuepress": "^1.7.1",
"@vuepress/plugin-blog": "^1.9.3",
"@vuepress/plugin-medium-zoom": "^1.7.1",
"@vuepress/plugin-nprogress": "^1.7.1",
"@vuepress/plugin-pwa": "^1.7.1",
"@vuepress/plugin-search": "^1.7.1",
"dayjs": "^1.8.19",
"remove-markdown": "^0.3.0",
"vue-feather-icons": "^4.21.0",
"vuepress-plugin-smooth-scroll": "^0.0.9",
"@vuepress/plugin-active-header-links": "^1.9.0",
"@vuepress/plugin-back-to-top": "^1.9.0",
"axios": "^0.21.1",
"vuepress-plugin-mathjax": "latest",
"@fullhuman/postcss-purgecss": "^3.0.0",
"autoprefixer": "^9.0.0",
"postcss": "^7.0.0"
},
"files": [
"index.js",
"styles",
"layouts",
"global-components",
"fonts",
"components"
],
"scripts": {
"dev": "NODE_ENV=development vuepress dev docs",
"build": "vuepress build docs",
"prod": "npm run production",
"production": "NODE_ENV=production vuepress build docs"
}
}