-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.51 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "arnaudperrault-www",
"version": "1.0.0",
"description": "Personal website",
"main": "app.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"@types/glob": "^7.1.1",
"body-parser": "~1.18.3",
"bootstrap": "^4.1.3",
"express": "~4.16.4",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-typescript": "^5.0.0-alpha.3",
"http": "^0.0.0",
"jquery": "^3.3.1",
"morgan": "~1.9.1",
"nodemailer": "^4.6.8",
"popper.js": "^1.14.4",
"request": "^2.88.0",
"scrollreveal": "^4.0.5"
},
"devDependencies": {
"@types/body-parser": "^1.17.0",
"@types/dotenv": "^4.0.3",
"@types/express": "^4.16.0",
"@types/morgan": "^1.7.35",
"@types/node": "^10.12.2",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"dotenv": "^6.1.0",
"glob": "^7.1.3",
"nodemon": "^1.18.5",
"rimraf": "^2.6.2",
"tsc-watch": "^1.0.30",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^3.1.3",
"winston": "^3.1.0"
},
"scripts": {
"start": "rimraf build/ && tsc-watch --project ./ --onSuccess \"yarn serve\"",
"build": "rimraf build/ && tsc",
"lint": "tslint --project tsconfig.json",
"serve": "yarn lint && NODE_PATH=./src node build/"
},
"repository": {
"type": "git",
"url": "[email protected]:aplt/arnaudperrault-www"
},
"keywords": [
"personal",
"website",
"arnaud",
"perrault"
],
"author": "Arnaud Perrault 'aplt'",
"license": "MIT"
}