-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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": "pomodoro",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PauloAK/pomodoro.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PauloAK/pomodoro/issues"
},
"homepage": "https://github.com/PauloAK/pomodoro#readme",
"dependencies": {
"ejs": "^3.1.6",
"express": "^4.17.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"alpinejs": "^2.8.2",
"autoprefixer": "^10.2.5",
"browser-sync": "^2.26.14",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.5.0",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^4.0.3",
"gulp-sass": "^4.1.0",
"gulp-typescript": "*",
"gulp-uglify": "^3.0.2",
"postcss": "^8.2.13",
"sortablejs": "^1.13.0",
"tailwindcss": "^2.1.2",
"typescript": "^4.2.4"
}
}