-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
147 lines (147 loc) · 4.47 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "picazzo",
"version": "2.11.24",
"description": "Drzzle design system for droplets and components.",
"author": "Roger Avalos",
"license": "MIT",
"homepage": "https://picazzo.drzzle.app",
"engines": {
"node": ">= 9.10.0",
"npm": ">= 3.0.0"
},
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "gulp & npm run dev",
"lint:js": "eslint --ext .js, src",
"lint:sass": "sass-lint -v",
"lint:less": "lesshint --max-warnings 3 src/ -c .lesshintrc --reporter lesshint-reporter-stylisher",
"test:unit": "karma start --single-run",
"test:unit:travis": "karma start --browsers Firefox --single-run",
"build": "gulp build && node build/build.js",
"build:newpage": "gulp new-page",
"build:newdroplet": "gulp new-droplet",
"build:newtool": "gulp new-tool",
"build:newtheme": "gulp new-theme",
"build:jsplugins": "gulp build-js-plugins",
"build:jsplugins:separate": "gulp build-js-separate",
"build:routes": "gulp build-routes",
"build:search": "gulp build-search",
"build:icons": "gulp build-icons",
"deploy:docs": "./scripts/deploy-docs.sh",
"deploy:lib:dev": "./scripts/deploy-lib.sh",
"deploy:lib:prod": "./scripts/deploy-lib.sh prod",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+git@github.com:drzzle-app/picazzo.git"
},
"dependencies": {
"jquery": "^2.2.4",
"lodash": "^4.17.5",
"vue": "^2.6.7",
"vue-highlightjs": "^1.3.3",
"vue-i18n": "^8.8.2",
"vue-router": "^3.0.1",
"vuejs-logger": "1.3.4",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.7.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.26.0",
"chai": "^4.2.0",
"chalk": "^2.0.1",
"colors": "^1.3.3",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^11.3.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-vue": "^4.0.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.6.1",
"fs-extra": "^5.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.3",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-inject-string": "^1.1.2",
"gulp-less": "^4.0.1",
"gulp-minify": "^2.1.0",
"gulp-postcss": "^8.0.0",
"gulp-prompt": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^4.0.1",
"gulp-style-aliases": "^1.1.11",
"gulp-watch": "^5.0.0",
"html-webpack-plugin": "^2.30.1",
"husky": "^1.0.0-rc.2",
"karma": "^4.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.5",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"lesshint": "^6.3.7",
"lesshint-reporter-stylisher": "^1.0.0",
"mocha": "^6.0.2",
"node-notifier": "^5.1.2",
"node-sass": "^4.8.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^1.2.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"rimraf": "^2.6.0",
"sass-loader": "^7.0.1",
"semver": "^5.3.0",
"shelljs": "^0.7.6",
"sinon": "^7.2.4",
"sinon-chai": "^3.3.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"url-loader": "^0.5.8",
"util": "^0.10.3",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.3.0",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint:less && npm run lint:js"
}
},
"files": [
"dist/fonts/**/*",
"dist/css/*",
"dist/js/**/*",
"dist/icons/**/*"
],
"browserslist": [
"> 1%",
"last 5 versions",
"not ie <= 8"
]
}