forked from unfoldingWord-dev/translationDatabaseWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
{
"repository": {
"type": "git",
"url": "https://github.com/unfoldingWord-dev/translationDatabaseWeb"
},
"scripts": {
"build": "./node_modules/.bin/webpack --config=static/webpack.config.js",
"watch": "./node_modules/.bin/webpack --config=static/webpack.config.js -w",
"buildprod": "./node_modules/.bin/webpack --config=static/webpack.config.js -p"
},
"dependencies": {
"babel-core": "6.3.x",
"babel-loader": "6.2.x",
"bootstrap": "^3.3.5",
"bootstrap-datepicker": "^1.6.0",
"bootstrap-daterangepicker": "^2.0.6",
"css-loader": "^0.21.0",
"d3": "^3.5.6",
"datamaps": "^0.4.0",
"datatables": "^1.10.7",
"datatables-bootstrap3-plugin": "^0.4.0",
"eldarion-ajax": "^0.15.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"font-awesome": "^4.4.0",
"html-webpack-plugin": "^1.6.1",
"imports-loader": "^0.6.4",
"jquery": "^2.1.4",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"select2": "^3.5.1",
"style-loader": "^0.13.0",
"topojson": "^1.6.19",
"webpack": "^1.10.5"
}
}