-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 935 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
{
"name": "ath-typescript-boilerplate",
"version": "0.0.1",
"description": "Boilerplate for standalone & lightweight typescript project",
"author": "Alphateam Hackers GmbH",
"homepage": "https://alphateamhackers.com",
"scripts": {
"start": "npm run build && node ./dist/index.js",
"build": "node ./node_modules/gulp/bin/gulp.js && node ./node_modules/typescript/bin/tsc"
},
"engines": {
"npm": ">=3.0.0"
},
"dependencies": {
"fullcalendar": "^3.9.0",
"jquery": "^3.3.1",
"sweetalert2": "^7.28.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat-css": "^3.1.0",
"gulp-copy": "^1.1.0",
"gulp-less": "^4.0.1",
"run-sequence": "^2.2.1",
"style-loader": "^0.22.1",
"ts-loader": "^4.4.2",
"typescript": "^3.0.1"
},
"babel": {
"presets": [
"es2015"
]
},
"license": "MIT"
}