aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 26a2e084317492fe51246675756bb0639a8814d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
	"name": "nodejs-git-frontend",
	"version": "1.0.0",
	"description": "A simple git web-frontend made with nodejs",
	"main": "dist/app.html",
	"author": "HampusMat",
	"license": "MIT",
	"private": true,
	"scripts": {
		"dev": "parcel watch --no-source-maps src/app.html",
		"build": "parcel build --no-source-maps src/app.html"
	},
	"dependencies": {
		"bootstrap": "5.0.0-beta3",
		"date-fns": "^2.21.1",
		"express": "5.0.0-alpha.8",
		"js-yaml": "^4.1.0"
	},
	"devDependencies": {
		"@parcel/transformer-sass": "2.0.0-beta.2",
		"parcel": "^2.0.0-beta.2"
	}
}