-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.66 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
{
"name": "vuepress-theme-talltotal",
"version": "0.0.13",
"description": "talltotal theme for VuePress",
"publisher": "talltotal",
"scripts": {
"start": "npm run dev",
"dev": "./node_modules/.bin/vuepress dev",
"lint:es": "eslint --ext .js,.vue .",
"lint:style": "stylelint packages/**/*.{css,less,scss}",
"lint:styl": "stylint packages/**/*.{styl,vue}",
"test": "mocha --require esm",
"release": "npm run test && ./build/update-docs.sh && node ./script/sync.js && cd ./packages && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/talltotal/vuepress-theme-talltotal.git"
},
"author": "talltotal",
"license": "MIT",
"keywords": [
"vue",
"vuepress",
"vuepress-theme"
],
"bugs": {
"url": "https://github.com/talltotal/vuepress-theme-talltotal/issues"
},
"homepage": "https://github.com/talltotal/vuepress-theme-talltotal#readme",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.0.1",
"esm": "^3.2.25",
"expect.js": "^0.3.1",
"mocha": "^6.2.2",
"poststylus": "^1.0.0",
"stylelint": "^12.0.0",
"stylelint-config-css-modules": "^2.1.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.2.0",
"stylelint-order": "^3.1.1",
"stylint": "^2.0.0",
"stylus": "^0.54.7",
"vuepress": "^0.14.11"
}
}