-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "dmitry-khorkin",
"version": "1.0.0",
"description": "my personal website",
"main": "index.js",
"scripts": {
"test": "echo \"no test here\"",
"gulp-assets": "gulp --gulpfile ./gulp/gulpfile.js",
"clear": "rm -rf md-dist dist",
"gulp": "gulp --gulpfile ./gulp/gulpfile.js",
"local-server": "browser-sync start -w -s dist",
"nodemon": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DimaAmega/dmitry-khorkin.git"
},
"author": "DimaAmega",
"license": "ISC",
"bugs": {
"url": "https://github.com/DimaAmega/dmitry-khorkin/issues"
},
"homepage": "https://github.com/DimaAmega/dmitry-khorkin#readme",
"devDependencies": {
"browser-sync": "^2.29.1",
"css-loader": "^6.5.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.4.0",
"gulp-markdown": "^6.0.0",
"gulp-mustache": "^5.0.0",
"gulp-prettier": "^4.0.0",
"gulp-rename": "^2.0.0",
"mini-css-extract-plugin": "^2.4.4",
"mustache": "^4.2.0",
"nodemon": "^2.0.15",
"stream-combiner2": "^1.1.1",
"style-loader": "^3.3.1",
"webpack": "^5.74.0",
"webpack-stream": "^7.0.0"
}
}