This repository was archived by the owner on Jul 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.28 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
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
{
"name": "modern-javascript-react",
"version": "1.0.0",
"description": "React es15 in best practice style.",
"main": "webpack.config.js",
"devDependencies": {
"babel": "~6.5.2",
"babel-cli": "~6.10.1",
"babel-core": "~6.9.1",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"cssesc": "^0.1.0",
"flatten": "1.0.2",
"html-webpack-plugin": "^2.21.0",
"http-server": "^0.9.0",
"indexes-of": "^1.0.1",
"node-libs-browser": "^1.0.0",
"normalize": "^0.3.1",
"style-loader": "^0.13.1",
"webpack": "~1.13.1",
"webpack-dev-server": "~1.14.1",
"webpack-merge": "~0.14.0"
},
"private": false,
"scripts": {
"build": "webpack",
"start": "npm i && webpack && node ./node_modules/http-server/bin/http-server ./build -p 8080 -o"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ositoozy/react-example-es2015.git"
},
"author": "Oscar Lodriguez",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ositoozy/react-example-es2015.git/issues"
},
"homepage": "https://github.com/Ositoozy/react-example-es2015.git#readme",
"dependencies": {
"react": "15.6.0",
"react-dom": "15.6.0",
"tapable": "^0.2.4"
}
}