-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.27 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
{
"name": "dbothook-website",
"version": "1.0.0",
"private": true,
"description": "The website housing documentation for dbothook",
"author": "Federico Grandi <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint --fix",
"dist": "echo Preparing for distribution... && npm i && npm run build && git add dist --force && git commit -m \"Update dist files\"",
"serve:production": "vue-cli-service serve --mode production",
"test": "if test \"$NODE_ENV\" = \"workflow\"; then echo ok; else echo no; fi"
},
"dependencies": {
"core-js": "^3.6.4",
"fuse.js": "^3.6.1",
"konami-code-js": "^0.8.1",
"marked": "^0.7.0",
"semver": "^6.3.0",
"vue": "^2.6.10",
"vue-router": "^3.1.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.3.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-router": "^4.3.0",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.1.2",
"sass": "^1.26.3",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"contributors": [
"Schuyler Cebulskie <[email protected]>",
"Snazzah <[email protected]>"
]
}