-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.5 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.5 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
{
"author": "Jmendez <jorge.mendez.ortega@gmail.com>",
"dependencies": {
"babel-minify-webpack-plugin": "0.3.1",
"babel-plugin-inline-json-import": "0.2.1",
"babel-polyfill": "^6.26.0",
"babel-register": "6.26.0",
"babel-runtime": "6.26.0",
"prop-types": "15.6.1",
"react": "16.8.0",
"react-dom": "16.8.0",
"requirejs": "^2.3.6",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "4.10.2"
},
"description": "creación de componentes usando JS puro",
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "7.2.3",
"babel-jest": "23.6.0",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"clean-webpack-plugin": "0.1.19",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"webpack": "4.10.2",
"webpack-cli": "3.0.0",
"webpack-merge": "4.2.1",
"webpack-notifier": "1.6.0"
},
"license": "MIT",
"main": "index.js",
"name": "workshop-javascript",
"repository": "git@GitHub:OrcaPracticas/workshop-javascript.git",
"scripts": {
"start": "webpack --mode development --config ./webpack/config.js"
},
"version": "1.0.0"
}