-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "africancommons",
"version": "1.0.1",
"description": "A platform to showcase re-useable tools built across Africa and the people & organizations building them.",
"main": "src/js/main.js",
"bin": {},
"scripts": {
"test": "standard",
"build": "webpack --progress --optimize-minimize -p",
"watch": "webpack --progress --optimize-minimize --watch",
"serve": "jekyll s -s dist",
"commons": "node bin/commons.js"
},
"repository": "git+https://github.com/CodeForAfrica/africanCOMMONS.git",
"keywords": [
"commons",
"africa",
"github"
],
"author": "Code for Africa",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeForAfrica/africanCOMMONS/issues"
},
"homepage": "https://commons.africa/",
"dependencies": {
"bootstrap": "^4.3.1",
"download-file": "^0.1.5",
"file-loader": "^1.1.5",
"font-awesome": "^4.7.0",
"fs-extra": "^4.0.2",
"gh-pages": "^1.2.0",
"jquery": "^3.0.0",
"lunr": "^2.1.4",
"papaparse": "^4.3.6",
"popper.js": "^1.12.9",
"standard": "^11.0.0",
"standard-loader": "^6.0.1",
"vanilla-sharing": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-eslint": "7",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.7",
"eslint": "3.x",
"node-sass": "^4.7.1",
"postcss-loader": "^2.0.8",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^3.10.0"
}
}