-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "photography-is-sexy",
"version": "1.0.0",
"description": "A hands-on way to learn photography in 30 days.",
"main": "index.jsx",
"repository": "https://github.com/vdavid/photography-is-sexy",
"homepage": "https://vdavid.github.io/photography-is-sexy",
"author": "Veszelovszki Dávid <[email protected]>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --progress --profile --colors",
"deploy": "npm run build&&gh-pages -d distribution"
},
"dependencies": {
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"path": "^0.12.7",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router-dom": "^4.1.1",
"sass-loader": "^6.0.3",
"webpack": "^2.4.1",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"file-loader": "^0.11.1",
"gh-pages": "^0.12.0",
"url-loader": "^0.5.8",
"webpack-dev-server": "^2.4.5"
}
}