forked from ftdus/PyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.4 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "py-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "cross-env BUILD_TYPE=comp vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:main": "cross-env BUILD_TYPE=main vue-cli-service build website/main.js",
"build:style": "npm run styles:update && gulp build --gulpfile src/styles/gulpfile.js --color && cp-cli src/styles/lib dist/theme-chalk",
"ci": "node scripts/git-commit.js",
"comps:update": "node scripts/comps-imports-update.js",
"new:comp": "node scripts/new-comp.js",
"serve:main": "cross-env BUILD_TYPE=main vue-cli-service serve website/main.js",
"styles:update": "node scripts/styles-update.js",
"test:unit": "vue-cli-service test:unit -r ./tests/unit/setup"
},
"dependencies": {
"clamp": "^1.0.1",
"eslint-plugin-vue": "^4.7.1",
"highlight.js": "^9.13.1",
"lodash.throttle": "^4.1.1",
"tinycolor2": "^1.4.1",
"vue": "^2.5.17",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-plugin-unit-mocha": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-airbnb": "^3.0.5",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-eslint": "^10.0.1",
"chai": "^4.1.2",
"cheerio": "^0.18.0",
"cp-cli": "^1.1.2",
"cross-env": "^5.2.0",
"eslint": "^5.7.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"fs-extra": "^7.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-header": "^2.0.5",
"gulp-sass": "^4.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.1.2",
"inquirer": "^6.2.0",
"lint-staged": "^7.3.0",
"markdown-it": "^8.4.2",
"markdown-it-anchor": "^5.0.2",
"markdown-it-container": "^2.0.0",
"node-sass": "^4.9.0",
"ora": "^3.0.0",
"prettier": "^1.14.3",
"prettier-eslint-cli": "^4.7.1",
"sass-loader": "^7.1.0",
"shelljs": "^0.8.2",
"style-loader": "^0.23.1",
"stylelint": "^9.7.1",
"stylelint-config-airbnb": "^0.0.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-order": "^1.0.0",
"stylelint-scss": "^3.3.2",
"transliteration": "^1.6.6",
"vue-markdown-loader": "^2.4.1",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.22.0"
}
}