UNPKG

1.25 kBJSONView Raw
1{
2 "name": "vlh-forms",
3 "version": "0.3.6",
4 "description": "Forms Plugin for Learning House's new form system",
5 "repository": {
6 "url": "thelearninghouse/vlh-forms",
7 "type": "git"
8 },
9 "main": "dist/vlh-forms.js",
10 "files": ["dist"],
11 "scripts": {
12 "test": "test-vue-app",
13 "dev": "poi example/index.js",
14 "build": "poi build ./src/index.js --component VlhForms --no-clear",
15 "library": "poi build ./src/index.js --library VlhForms --no-clear",
16 "build:example": "poi build example/index.js",
17 "docs": "docsify serve ./docs",
18 "release": "npm run build && npm publish",
19 "sg": "vue-styleguidist server",
20 "sg:build": "vue-styleguidist build"
21 },
22 "author": {
23 "name": "David Royer",
24 "email": "droyer01@gmail.com"
25 },
26 "license": "MIT",
27 "devDependencies": {
28 "bili": "^0.18.2",
29 "lodash": "^4.17.10",
30 "node-sass": "^4.7.2",
31 "poi": "^9.5.5",
32 "rollup-plugin-vue": "^2.5.2",
33 "sass-loader": "^6.0.6",
34 "test-vue-app": "^1.0.0",
35 "vue": "latest",
36 "vue-loader": "^14.2.2",
37 "vue-router": "^3.0.1",
38 "vue-styleguidist": "^1.6.1",
39 "vue-svg-loader": "^0.5.0",
40 "vue-template-compiler": "latest",
41 "vue-test-utils": "^1.0.0-beta.2"
42 },
43 "dependencies": {}
44}