-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "klasa-docs",
"version": "0.0.1",
"description": "Documentation site for Klasa",
"author": "Dirigeants",
"private": true,
"main": "src/main.js",
"scripts": {
"dev": "poi --serve --open",
"start": "yarn run dev",
"test:lint": "eslint --ext .js,.vue src",
"lint": "eslint --ext .js,.vue src --fix",
"build": "poi --prod"
},
"dependencies": {
"buefy": "0.8.20",
"bulma": "^0.9.0",
"js-levenshtein": "^1.1.6",
"marked": "^1.1.1",
"timsort": "^0.3.0",
"vue-highlightjs": "^1.3.3",
"vue-router": "^3.4.3"
},
"devDependencies": {
"@poi/plugin-eslint": "^12.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.8.1",
"eslint-config-klasa": "github:dirigeants/klasa-lint",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"poi": "^12.10.2",
"sass-loader": "^10.0.2",
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
}
}