generated from ramoun-starter/WEBDEV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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": "webpack",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack serve --open",
"serve": "webpack serve",
"build": "webpack",
"jlint": "npx eslint .",
"fjlint": "npx eslint --fix .",
"hint": "npx hint --telemetry=off .",
"fhint": "npx hint --fix --telemetry=off .",
"stylelint": "npx stylelint '**/*.{css,scss}'",
"fstylelint": "npx stylelint --fix '**/*.{css,scss}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrRamoun/WEBPACK.git"
},
"author": "MrRamoun",
"license": "ISC",
"bugs": {
"url": "https://github.com/MrRamoun/WEBPACK/issues"
},
"homepage": "https://github.com/MrRamoun/WEBPACK#readme",
"devDependencies": {
"css-loader": "^6.3.0",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.2.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"dependencies": {
"lodash": "^4.17.21",
"package-lock.json": "^1.0.0",
"package.json": "^2.0.1"
}
}