-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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": "lekcja1",
"version": "0.0.0",
"private": true,
"scripts":{
"start":"gulp"
},
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "~4.14.0",
"morgan": "~1.7.0",
"pug": "~2.0.0-beta6",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/chalk": "^0.4.31",
"@types/cookie-parser": "^1.3.30",
"@types/express": "^4.0.34",
"@types/gulp": "^3.8.32",
"@types/gulp-autoprefixer": "0.0.29",
"@types/gulp-nodemon": "0.0.29",
"@types/gulp-plumber": "0.0.29",
"@types/gulp-sass": "0.0.29",
"@types/jquery": "^2.0.33",
"@types/morgan": "^1.7.32",
"@types/serve-favicon": "^2.2.28",
"chalk": "^1.1.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.2.1",
"gulp-pug": "^3.1.0",
"gulp-sass": "^2.3.2",
"jquery": "^3.1.1",
"ts-node": "^1.7.0",
"tslint": "^4.0.2",
"typescript": "^2.0.10"
}
}