-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 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
48
49
{
"name": "DrawMyLife-Website",
"version": "1.0.0",
"description": "Website for DML project",
"main": "webpack/entry.js",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.28.4",
"eslint": "^3.13.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"react": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-dom": "^15.4.1",
"sass-lint": "^1.10.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^1.14.0"
},
"repository": "https://github.com/empowerhack/DrawMyLife-Website.git",
"author": "Draw My Life",
"license": "ISC",
"bugs": {
"url": "https://github.com/empowerhack/DrawMyLife-Website/issues"
},
"homepage": "https://github.com/empowerhack/DrawMyLife-Website",
"keywords": [
"refugee",
"drawing",
"field",
"workers",
"volunteer",
"open",
"source"
],
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"dependencies": {
"react-bootstrap-4": "^0.29.1",
"react-router": "^3.0.2",
"react-router-bootstrap": "^0.23.1"
}
}