-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.88 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
{
"name": "my-webpack-project",
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch",
"serve": "webpack serve"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"animate.css": "^4.1.1",
"boxicons": "^2.1.4",
"browser-sync": "^2.27.10",
"es6-promise": "^4.2.8",
"es6-promise-polyfill": "^1.2.0",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"nodelist-foreach-polyfill": "^1.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.15",
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.26.0",
"@webpack-cli/generators": "^3.0.7",
"babel-loader": "^9.2.1",
"gh-pages": "^5.0.0",
"gulp": "^4.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-shell": "^0.8.0",
"html-webpack-plugin": "^5.5.1",
"json-server": "^0.17.3",
"prettier": "^3.0.3",
"sass": "^1.54.7",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.0",
"workbox-webpack-plugin": "^6.5.4"
},
"browserslist": [
"last 2 version",
"> 1%",
"not dead",
"Firefox ESR"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Grimdvl/NewArtem.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Grimdvl/NewArtem/issues"
},
"homepage": "https://github.com/Grimdvl/NewArtem#readme",
"description": "My webpack project"
}