This repository has been archived by the owner on Feb 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.58 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
57
58
{
"name": "instagram-clone",
"version": "0.0.1",
"description": "Instagram Clone UI",
"main": "index.js",
"scripts": {
"start": "node _server.js",
"dev": "node wds.js",
"build": "node ./node_modules/webpack/bin/webpack.js --verbose --colors --display-error-details --config webpack.production.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactjs-id/instagram-clone.git"
},
"keywords": [
"instagram",
"reactjs"
],
"author": "React.js Indonesia",
"license": "ISC",
"bugs": {
"url": "https://github.com/reactjs-id/instagram-clone/issues"
},
"homepage": "https://github.com/reactjs-id/instagram-clone#readme",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"css-loader": "^0.23.0",
"eslint-plugin-react": "^3.6.2",
"file-loader": "^0.8.4",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"babel": "^6.1.18",
"babel-polyfill": "^6.2.0",
"body-parser": "^1.14.1",
"browsernizr": "^2.0.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"faker": "^3.0.1",
"history": "^1.13.1",
"node-jsx": "^0.13.3",
"piping": "^0.3.0",
"react": "^0.14.0",
"react-bootstrap": "^0.27.3",
"react-dom": "^0.14.0",
"react-router": "^1.0.0"
}
}