-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1023 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
{
"name": "prueba-react-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "webpack",
"start": "npm run open && npm run serve",
"serve": "webpack-dev-server --devtool eval --progress --colors --content-base dist/",
"dev": "npm run open && npm run serve",
"open": "opener http://localhost:8080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pedro Martinez",
"license": "ISC",
"dependencies": {
"babel-preset-stage-0": "^6.24.1",
"classnames": "^2.2.5",
"html-webpack-plugin": "^2.29.0",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^4.0.0",
"opener": "^1.4.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}