forked from marchingon12/AuroraOSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.67 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
{
"name": "auroraoss-website",
"version": "1.0.0",
"description": "The official AuroraOSS website.",
"main": "index.js",
"authors": {
"name": "Austin Hornhead",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marchingon12/AuroraOSS.git"
},
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"format": "npx prettier -w src",
"lint": "eslint --fix src/.vuepress/**/*.{js,vue}"
},
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/marchingon12/AuroraOSS/issues"
},
"homepage": "https://github.com/marchingon12/AuroraOSS#readme",
"devDependencies": {
"@vue/devtools": "^5.3.4",
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-config-vuepress": "^3.2.0",
"eslint-plugin-markdown": "^2.0.0",
"eslint-plugin-vue": "^7.8.0",
"vuepress": "^1.8.2",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-element-ui": "^1.1.0",
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-zooming": "^1.1.8"
},
"dependencies": {
"@vuepress/plugin-back-to-top": "^1.8.2",
"axios": "^0.21.1",
"core-js": "^2.6.12",
"element-ui": "^2.15.1",
"marked": "^2.0.1",
"prettier": "^2.2.1",
"vue": "^2.6.12",
"vue-good-table": "^2.21.3",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^4.2.1",
"vue-tabler-icons": "^1.8.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-sitemap": "^2.3.1",
"vuex": "^3.6.2"
}
}