-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
45
{
"name": "Site-portfolio",
"version": "1.0.1",
"description": "Site portfolio",
"main": "End.js",
"scripts": {
"start": "node web.js"
},
"repository": {
"type": "git",
"url": "git+https://DimaNazdratenko:[email protected]/DimaNazdratenko/Diploma-HTML5.git"
},
"author": "Dima Nazdratenko https://www.linkedin.com/profile/preview?locale=ru_RU&trk=prof-0-sb-preview-primary-button",
"license": "ISC",
"bugs": {
"url": "https://github.com/DimaNazdratenko/Diploma-HTML5/issues"
},
"homepage": "https://github.com/DimaNazdratenko/Diploma-HTML5#readme",
"dependencies": {
"animate.css": "^3.7.0",
"bootstrap": "^4.3.1",
"express": "^4.16.4",
"howler": "^2.1.1",
"http": "0.0.0",
"jquery": "^3.3.1",
"node-static": "^0.7.11",
"path": "^0.12.7",
"pixi.js": "^4.8.6",
"popper.js": "^1.14.7",
"three": "^0.89.0"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^3.4.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.0",
"gulp-sass": "^4.0.2",
"gulp-sort": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4"
}
}