-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "webpack-starter",
"version": "1.0.0",
"description": "A light foundation for your next frontend project based on webpack.",
"scripts": {
"build": "NODE_ENV=production webpack --config webpack/webpack.config.prod.js --colors",
"start": "webpack-dev-server --open --config webpack/webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wbkd/webpack-starter.git"
},
"keywords": [
"webpack",
"startkit",
"frontend",
"es6",
"javascript",
"webdev"
],
"author": "webkid.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/wbkd/webpack-starter/issues"
},
"devDependencies": {
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
"babel-core": "^6.26.0",
=======
"babel-core": "^6.26.3",
<<<<<<< HEAD
>>>>>>> 4b700cb... refactor(deps): update deps
"babel-loader": "^7.1.4",
=======
"babel-loader": "^7.1.5",
>>>>>>> 4c0825d... refactor(deps): update deps
"babel-preset-es2015": "^6.24.1",
=======
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
>>>>>>> ffca800... chore(babel): upgrade to v7
=======
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.2",
"babel-loader": "^8.0.5",
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> 4afbdf7... chore(package): update dependencies
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.1",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"file-loader": "^2.0.0",
<<<<<<< HEAD
<<<<<<< HEAD
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.2",
<<<<<<< HEAD
"node-sass": "^4.9.2",
"sass-loader": "^6.0.7",
=======
"babel-core": "^6.9.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.28.7",
"eslint": "^4.6.1",
"eslint-loader": "^1.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.17.0",
"node-sass": "^4.1.1",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
>>>>>>> 6f7b98a... Add hash to bundle filenames
"style-loader": "^0.18.2",
"webpack": "^4.16.3",
"webpack-cli": "^2.1.5",
=======
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
>>>>>>> 86a64eb... chore(deps): update
"webpack-dev-server": "^3.1.5",
=======
"html-webpack-plugin": "^4.0.0-beta.2",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
>>>>>>> ffca800... chore(babel): upgrade to v7
"webpack-merge": "^4.1.4"
=======
=======
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.3",
<<<<<<< HEAD
=======
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^5.0.2",
>>>>>>> 7dd4aac... chore(package): update clean-webpack-plugin to version 2.0.2
"css-loader": "^2.1.1",
=======
"css-loader": "^3.0.0",
>>>>>>> 06e735e... chore(package): update css-loader to version 3.0.0
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
<<<<<<< HEAD
"file-loader": "^3.0.1",
>>>>>>> 6265b8b... chore(package): update dependencies
=======
"file-loader": "^4.0.0",
>>>>>>> 460961e... chore(package): update file-loader to version 4.0.0
"html-webpack-plugin": "^4.0.0-beta.5",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^1.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1"
>>>>>>> 4afbdf7... chore(package): update dependencies
},
"dependencies": {
"@babel/polyfill": "^7.4.0",
"core-js": "^3.2.1"
}
}