-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 909 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
33
34
35
36
37
38
{
"name": "webpack-scss-js-starter-kit",
"version": "1.0.8",
"description": "Simple foundation for your frontend project.",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmitriyakkerman/webpack-scss-js-starter-kit.git"
},
"keywords": [
"webpack-starter-kit",
"webpack",
"webpack-plugin",
"browsersync",
"livereload",
"serve",
"css-loader",
"sass-loader",
"mini-css-extract-plugin",
"file-loader"
],
"author": "Dmitriy Akkerman",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"css-loader": "^5.0.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.8",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"webpack": "^5.24.1",
"webpack-cli": "^4.5.0"
}
}