This repository has been archived by the owner on Nov 23, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.49 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
72
73
74
75
76
{
"name": "libcrowds-bs4-pybossa-theme",
"description": "The LibCrowds PYBOSSA theme",
"repository": {
"type": "git",
"url": "git+https://github.com/LibCrowds/libcrowds-bs4-pybossa-theme.git"
},
"author": "Alexander Mendes",
"license": "MIT",
"bugs": {
"url": "https://github.com/LibCrowds/libcrowds-bs4-pybossa-theme/issues"
},
"dependencies": {
"aos": "^2.1.1",
"bootstrap": "^4.0.0-alpha.6",
"bootstrap-toggle": "^2.2.2",
"chart.js": "^2.5.0",
"chartist": "^0.10.1",
"codemirror": "^5.23.0",
"croppie": "^2.4.0",
"font-awesome": "^4.7.0",
"hamburgers": "^0.8.1",
"imagesloaded": "^4.1.1",
"jquery": "^3.1.1",
"jquery-circle-progress": "^1.2.1",
"justifiedGallery": "^3.6.2",
"leaflet": "^1.0.3",
"leaflet.markercluster": "^1.0.3",
"lg-fullscreen": "^1.0.0",
"lg-share": "^1.0.2",
"lg-thumbnail": "^1.0.3",
"lg-zoom": "^1.0.4",
"lightgallery": "^1.3.9",
"openseadragon": "^2.2.1",
"openseadragonselection": "picturae/openseadragonselection",
"pace-progress": "^1.0.2",
"pnotify": "^3.2.0",
"pybossa.js": "scifabric/pybossa.js",
"shufflejs": "^4.1.0",
"tether": "^1.4.0",
"tether-shepherd": "^1.8.1"
},
"devDependencies": {
"babel-core": "^6.22.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.0",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^2.0.0",
"imports-loader": "^0.7.1",
"jshint": "latest",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^1.3.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
},
"jshintConfig": {
"jquery": true,
"esversion": 6
},
"scripts": {
"copy:openseadragon": "cp -R node_modules/openseadragon/build/openseadragon/images ./static/img/openseadragon/",
"copy:openseadragonselection": "cp -R node_modules/openseadragonselection/images ./static/img/openseadragonselection/",
"postbuild": "npm run copy:openseadragon && npm run copy:openseadragonselection",
"lint": "jshint ./static/js/*.js --exclude ./static/js/pybossa.js/",
"dev": "webpack-dev-server --progress --colors --config webpack.config.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.config.js"
}
}