-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.56 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
{
"name": "localhost",
"version": "1.0.0",
"private": true,
"scripts": {
"develop": "nodemon index.ts",
"backup-develop": "nodemon --watch '*.ts' --exec 'ts-node' index.ts",
"build:new": "nodemon --watch '*.ts' --exec 'ts-node' index.ts",
"build": "tsc -p .",
"deploy": "gh-pages -d dist",
"deploy:build": "npm run build && gh-pages -d dist",
"test": "echo \"There currently aren't any tests.\"",
"lint": "echo \"Currently not linting code\""
},
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"@types/dompurify": "^2.2.2",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/js-beautify": "^1.13.1",
"@types/jsdom": "^16.2.11",
"@types/marked": "^2.0.3",
"date-fns": "^2.22.1",
"dompurify": "^2.2.9",
"fs-extra": "^10.0.0",
"gh-pages": "^3.2.3",
"gray-matter": "^4.0.3",
"jest": "^27.0.4",
"js-beautify": "^1.14.0",
"jsdom": "^16.6.0",
"marked": "^2.1.1",
"nodemon": "^2.0.7",
"superstatic": "^7.1.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"typescript": "^4.3.4"
},
"description": "localhost's % website",
"directories": {
"doc": "docs",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/localhost-international/website.git"
},
"author": "LeslieOA <[email protected]>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/localhost-international/website/issues"
},
"homepage": "https://github.com/localhost-international/website#readme"
}