-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.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
{
"name": "datatables_yadcf",
"version": "0.0.1",
"description": "Implementation of a datatable with yadcf",
"main": "index.html",
"scripts": {
"dev": "webpack-dev-server --progess",
"build": "webpack --progress -p"
},
"author": "Thijs Damsma",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"datatables.net-jqui": "^1.10.13",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-chosen": "^1.4.2",
"chosen-bootstrap-theme": "^1.0.4",
"chosen-js": "^1.6.2",
"datatables.net": "^1.10.13",
"datatables.net-bs": "^1.10.13",
"eonasdan-bootstrap-datetimepicker": "^4.17.43",
"jquery": "2.X",
"jquery-ui": "^1.12.1",
"yadcf": "git+https://[email protected]/vedmack/yadcf#master"
}
}