-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 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
{
"name": "vvvebjs",
"description": "Drag and drop website builder javascript library",
"version": "0.0.1",
"author": "Ziadin Givan",
"license": "Apache-2.0",
"homepage": "http://www.vvveb.com/vvvebjs/editor.html",
"main": "libs/builder/builder.js",
"repository": {
"type": "git",
"url": "https://github.com/iwangbowen/VvvebJs"
},
"scripts": {
"start": "http-server -p 8090 -o",
"test": "browser-sync start --server --serveStatic --startPath \"/editor.html\" --files \"src/**\" --single --port 4000",
"git:push": "git push",
"git:merge": "git checkout sageui_1_0_0 && git merge master && git push gitee && git checkout master",
"clean": "grunt clean:all",
"clean:built": "grunt clean:built",
"concat": "grunt concat",
"build:dev": "node compile.js && grunt build:dev",
"build:prod": "git pull && node compile.js && grunt build:prod",
"count": "find ./src -name '*.js' | xargs wc -l",
"docs:dev": "mkdocs serve",
"docs:build": "mkdocs build --clean",
"gh-deploy": "mkdocs gh-deploy"
},
"dependencies": {
"chart.js": "^2.7.3",
"core-js": "^2.5.7",
"css": "^2.2.4",
"date-fns": "^1.29.0",
"file-saver": "^2.0.0",
"interactjs": "^1.3.4",
"jquery-contextmenu": "^2.7.1",
"jszip": "^3.1.5",
"lodash": "^4.17.10",
"stringify-object": "^3.3.0"
},
"keywords": [
"vvvebjs",
"drag-drop",
"drag&drop",
"drag",
"drop",
"wysiwyg",
"web",
"template",
"editor",
"site",
"builder"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.26.3",
"css-purge": "^3.1.5",
"eslint": "^5.6.0",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^1.1.0",
"handlebars": "^4.0.12",
"http-server": "^0.11.1",
"load-grunt-tasks": "^4.0.0",
"minifyify": "^7.3.5"
}
}