-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.09 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.09 KB
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
{
"name": "website-ts-ssg",
"version": "1.0.0",
"description": "Webseite für https://jena.js.org",
"main": "index.js",
"scripts": {
"build": "node -r ts-node/register node_modules/@datenknoten/ts-ssg/files/run --config settings.json",
"build:sass": "node-sass template/styles/styles.scss content/assets/styles.css",
"watch": "chokidar --verbose \"**/*\" --command \"npm run build:sass && npm run build\" --ignore \"public/**/*\" --ignore \"content/assets/styles.css\"",
"serve": "http-server -a 127.0.0.1 public"
},
"author": "JavaScript in Jena",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/javascript-in-jena/webseite"
},
"bugs": {
"url": "https://github.com/javascript-in-jena/meta/issues"
},
"dependencies": {
"@datenknoten/ts-ssg": "0.7.2",
"@datenknoten/tslint-config": "0.2.0",
"chokidar-cli": "1.2.2",
"http-server": "0.11.1",
"moment": "2.24.0",
"netlify-cli": "2.8.1",
"node-sass": "4.11.0",
"ts-node": "8.0.2",
"tslint-language-service": "0.9.9",
"typescript": "3.3.3333"
}
}