-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
40 lines (40 loc) · 1.25 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
{
"name": "react-photo-feed",
"version": "1.0.10",
"description": "",
"main": "./library/photogrid.js",
"scripts": {
"start": "webpack-dev-server --port 8081 --hot --inline --config webpack.config.debug.js --content-base debug/ ",
"build:example": "webpack --config webpack.config.production.js ",
"build:lib": "webpack --progress --colors --config webpack.config.library.js ",
"analyze": "webpack --json --config webpack.config.library.js | webpack-bundle-size-analyzer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lkazberova/react-photo-feed.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.23.1",
"events": "^1.1.0",
"extract-text-webpack-plugin": "^3.0.0-beta.3",
"flux": "^2.1.1",
"jquery": "^2.2.2",
"style-loader": "^0.13.0",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {
"null-loader": "^0.1.1",
"prop-types": "^15.5.10",
"react": "^15.0.0-rc.2",
"react-dom": "^15.0.0-rc.2"
}
}