-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 KB
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
{
"name": "vue-super-form",
"description": "Easy form rendering and validation",
"version": "0.0.1",
"license": "MIT",
"author": "codeandcoding",
"repository": {
"type": "git",
"url": "git+https://github.com/codeandcoding/vue-super-form.git"
},
"main": "lib/vue-super-form.js",
"module": "lib/vue-super-form.js",
"unpkg": "lib/vue-super-form.js",
"scripts": {
"build": "webpack --progress --colors --config build/webpack.prod.config.js",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.config.js"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"path": "^0.12.7",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"vue-loader": "^15.5.1",
"vue-template-compiler": "^2.5.22",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"lodash": "^4.17.11",
"moment": "^2.23.0",
"vue": "^2.5.22",
"vuejs-datepicker": "^1.5.4"
}
}