forked from io-club/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 830 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
{
"name": "ioclub",
"version": "0.0.1",
"description": "site for ioclub",
"main": "index.js",
"authors": {
"name": "xhe",
"email": "[email protected]"
},
"repository": "https://github.com/xhebox/ioclub/ioclub",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"@form-create/element-ui": "^1.0.19",
"@vuepress/plugin-back-to-top": "^1.5.4",
"@vuepress/plugin-pwa": "^1.5.4",
"buefy": "^0.9.3",
"eslint": "^7.9.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"jsxm": "^1.0.1",
"p5": "^0.9.0",
"vuepress": "^1.5.3",
"vuepress-plugin-graysite": "^0.1.0"
},
"dependencies": {}
}