-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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": "crudtable",
"version": "1.0.0",
"description": "crud table plugin",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heruujoko/crudtable.git"
},
"author": "heruujoko",
"license": "MIT",
"bugs": {
"url": "https://github.com/heruujoko/crudtable/issues"
},
"homepage": "https://github.com/heruujoko/crudtable#readme",
"devDependencies": {
"babel-core": "^6.11.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.11.6",
"babelify": "^7.3.0",
"bootstrap-sass": "^3.3.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"laravel-elixir": "^5.0.0",
"laravel-elixir-vueify": "^1.0.3",
"vue-hot-reload-api": "^2.0.5",
"vueify": "^8.7.0"
},
"dependencies": {
"jquery": "~2.1.0",
"js-cookie": "^2.1.2",
"lodash": "^4.15.0",
"stringify": "^5.1.0",
"sweetalert": "^1.1.3",
"vue": "^1.0.26",
"vue-resource": "^0.9.3",
"vue-router": "^0.7.13",
"vue-select": "^1.3.3",
"vue-tables": "^1.4.64"
}
}