-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
40 lines (40 loc) · 992 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
39
40
{
"name": "skgtech",
"version": "3.0.0",
"description": "SKGTech Official Website",
"scripts": {
"build": "export NODE_ENV=production gulp sass && gulp browserify",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git://github.com/skgtech/skgtech.github.io.git"
},
"keywords": [
"skgtech",
"thessaloniki",
"community"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/skgtech/skgtech.github.io/issues"
},
"homepage": "https://github.com/skgtech/skgtech.github.io#readme",
"devDependencies": {
"browser-sync": "2.26.14",
"browserify": "17.0.0",
"calendarth": "0.0.6",
"eslint": "7.21.0",
"eslint-plugin-react": "7.22.0",
"gulp": "4.0.2",
"gulp-load-plugins": "2.0.6",
"gulp-sass": "4.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.6",
"jquery": "3.6.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
}
}