forked from clicepfl/website-archived
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "clic-website",
"version": "1.0.0",
"description": "CLIC website software",
"main": "dist/server.js",
"scripts": {
"start": "node dist/server.js",
"stop": "pkill --signal SIGINT nodeWebServer",
"postinstall": "npx gulp --color",
"test": "npx gulp --color && npx jest --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clicepfl/clic-website.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/clicepfl/clic-website/issues"
},
"homepage": "https://github.com/clicepfl/clic-website#readme",
"dependencies": {
"express": "^4.18.1",
"express-minify-html-2": "^1.0.1",
"express-sitemap": "^1.8.0",
"moment": "^2.29.4",
"nunjucks": "^3.2.4",
"showdown": "^2.1.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@types/express": "^4.17.14",
"@types/jest": "^27.5.2",
"@types/node": "^18",
"@types/nunjucks": "^3.2.1",
"@types/showdown": "^2.0.0",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^27.5.1",
"mkdirp": "^1.0.4",
"npm-check-updates": "^16.3.3",
"sass": "^1.57.0",
"ts-jest": "^27.1.5",
"typescript": "^4.8.4"
}
}