-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.54 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.54 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
47
48
49
50
51
52
53
54
55
{
"name": "pokedex",
"version": "1.0.0",
"description": "Pokedex utilizando react",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:OrcaPracticas/pokedex.git"
},
"author": "Jmendez <jorge.mendez.ortega@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OrcaPracticas/pokedex/issues"
},
"homepage": "https://github.com/OrcaPracticas/pokedex#readme",
"scripts": {
"build:dll": "webpack --mode production --config ./webpack/webpack.dll.config.js",
"build:dev": "webpack --mode development --config ./webpack/webpack.development.config.js",
"build:prod": "webpack --mode production --config ./webpack/webpack.production.config.js"
},
"keywords": [
"react",
"freejquery",
"practica",
"react",
"nodejs",
"javascript"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bootstrap": "^4.1.1",
"bootswatch": "^4.1.1",
"clean-webpack-plugin": "^0.1.19",
"cli-color": "^1.2.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.0"
},
"dependencies": {
"express": "^4.16.3",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0"
}
}