This repository was archived by the owner on Jul 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "vue-transform",
"version": "0.0.9",
"description": "Vue simple form and modal using json data",
"main": "src/index.vue",
"repository": {
"type": "git",
"url": "git+https://github.com/marcodpt/vue-transform.git"
},
"keywords": [
"vue",
"bootstrap3",
"form",
"json",
"component",
"validation",
"test",
"livedemo",
"modal"
],
"author": "Marco Di Pillo Tomic",
"license": "MIT",
"bugs": {
"url": "https://github.com/marcodpt/vue-transform/issues"
},
"homepage": "https://github.com/marcodpt/vue-transform#readme",
"scripts": {
"cp_ghcorners": "cp node_modules/vue-gh-corners/dist/vue-github-corners.min.css static/",
"server": "mkdir -p static && npm run cp_ghcorners && http-server -a localhost -p 8080",
"build": "browserify -e src/app.vue -o app.js"
},
"dependencies": {
"libt": "0.0.5",
"vue-awesome": "^3.5.1",
"vue-inputag": "0.0.3",
"vue-over-body": "0.0.5"
},
"browserify": {
"transform": [
"vueify",
"babelify"
]
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-runtime": "^6.26.0",
"babelify": "^8.0.0",
"browser-run": "^5.0.1",
"browserify": "^16.2.3",
"http-server": "^0.11.1",
"vue": "^2.4.1",
"vue-gh-corners": "^2.0.0",
"vueify": "^9.4.1"
}
}