-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "webpack4-es6-knockout",
"version": "1.0.0",
"description": "Project to review the best use of Webpack 4 with ES6 and Knockout.",
"author": "",
"license": "ISC",
"homepage": "https://github.com/JonUK/webpack4-es6-knockout",
"scripts": {
"start": "webpack-dev-server --mode development",
"start-prod": "webpack-dev-server --mode production",
"build": "webpack --mode production",
"build-dev": "webpack --mode development"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"bootstrap": "^4.2.1",
"knockout": "^3.4.2",
"knockout-punches": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.5",
"babel-loader": "^8.0.5",
"css-loader": "^1.0.1",
"extract-loader": "^2.0.1",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"unfetch": "^3.1.2",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonUK/webpack4-es6-knockout.git"
}
}