-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.57 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ep-coniestica",
"version": "2.2.0",
"description": "Example project for a simple company information front-end website",
"private": true,
"scripts": {
"build:prod": "webpack --env=prod --config webpack.config.js",
"build:dev": "webpack --env=dev --config webpack.config.js",
"start": "webpack-dev-server --env=dev --open --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobiasbriones/ep-coniestica.git"
},
"keywords": [
"example-project",
"website",
"front-end",
"css",
"company-site",
"pure-javascript"
],
"author": "Tobias Briones <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/tobiasbriones/ep-coniestica/issues"
},
"homepage": "https://github.com/tobiasbriones/ep-coniestica#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-multi-build-plugin": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-fix-style-only-entries": "^0.5.1",
"webpack-merge": "^5.0.9"
}
}