-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 719 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 719 Bytes
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
{
"name": "proyecto-vanilla",
"version": "1.0.0",
"description": "Una aplicacion hecho con JS Vanilla",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --open --mode development"
},
"keywords": [
"git",
"javascript",
"vanilla"
],
"author": "Jorge LLanque <georgellanque@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.11.6",
"babel-loader": "^8.1.0",
"copy-webpack-plugin": "^6.2.1",
"html-webpack-plugin": "^4.5.0",
"webpack": "^5.0.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
}
}