-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.63 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
{
"name": "@pleasure-js/boilerplate-vue",
"author": "Martin Rafael Gonzalez <[email protected]>",
"version": "1.0.0",
"main": "dist/pleasure-boilerplate-vue.js",
"module": "dist/pleasure-boilerplate-vue.esm.js",
"browser": "dist/pleasure-boilerplate-vue.iife.js",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"build:comp:docs": "rollup -c",
"build:live": "nodemon -e css,html,js -w src -w build/vue-docs --exec yarn build",
"build:docs": "jsdoc2md --template README.hbs --files dist/pleasure-boilerplate-rollup-bundle.js",
"serve:docs": "light-server -w dist/**.js -w dist/**.html -w dist/**.css -s dist -o"
},
"devDependencies": {
"jsdoc-to-markdown": "^5.0.2",
"light-server": "^2.6.4",
"nodemon": "^1.19.4",
"postcss-calc": "^7.0.1",
"postcss-color-function": "^4.1.0",
"postcss-css-variables": "^0.13.0",
"postcss-easings": "^2.0.0",
"postcss-extend": "^1.0.5",
"postcss-hexrgba": "^2.0.0",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"postcss-responsive-type": "^1.0.0",
"rollup": "^1.26.0",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-babel-minify": "^9.1.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-vue": "^5.1.2"
},
"dependencies": {
"@vuedoc/md": "^1.6.0",
"dot-object": "^1.9.0",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"@pleasure-js/ui-doc": "git+ssh://[email protected]:pleasure-js/ui-doc.git#v1-beta",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "^2.2.0",
"vue-template-compiler": "^2.6.10"
}
}