forked from hackforla/food-oasis-la
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 933 Bytes
/
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
{
"name": "food-oasis-la",
"version": "1.0.0",
"description": "Finding produce",
"main": "bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack && jekyll serve --incremental --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allizad/jekyll-webpack.git"
},
"keywords": [
"jekyll",
"webpack",
"react"
],
"author": "Hack For LA",
"license": "MIT",
"bugs": {
"url": "https://github.com/allizad/jekyll-webpack/issues"
},
"homepage": "https://github.com/allizad/jekyll-webpack#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"react": "^15.5.4",
"react-addons-update": "^15.5.2",
"react-dom": "^15.5.4",
"webpack": "^2.6.1"
},
"dependencies": {
"path": "^0.12.7"
}
}