-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 895 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
{
"homepage": "Cientifico/",
"name": "cientifico",
"version": "1.0.0",
"description": "Single page application",
"main": "index.js",
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"start": "webpack server --open --mode development --config webpack.config.dev.js"
},
"keywords": [
"JavaScript",
"vanilla"
],
"author": "Sebastian Moreno <sebastian.moreno.contacto@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.8",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.2.0",
"node-sass": "^6.0.1",
"sass": "^1.37.5",
"sass-loader": "^12.1.0",
"style-loader": "^3.2.1",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}