-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 861 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 861 Bytes
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
{
"name": "gridea-site",
"version": "1.0.0",
"description": "--- home: true heroImage: /live.png actionText: 快速上手 → actionLink: /components/button footer: MIT Licensed | Copyright © 2019-present EryouHao ---",
"main": "index.js",
"scripts": {
"dev": "vuepress dev .",
"build": "vuepress build .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"css-doodle": "^0.6.1",
"live-ui": "^0.2.0",
"remixicon": "^2.0.0",
"splitting": "^1.0.6",
"vue-disqus": "^3.0.5",
"vue-github-buttons": "^2.1.1",
"vuesax": "^3.10.8"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"tailwindcss": "^0.7.4",
"vuepress-plugin-disqus": "^0.1.1"
}
}