forked from ErhanCitil/new-lambiek
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 923 Bytes
/
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
{
"name": "lam-bit",
"version": "0.0.1",
"description": "A school project from Bit Academy to deliver a website for comicbook store Lambiek ",
"main": "index.js",
"scripts": {
"tails": "./node_modules/.bin/tailwindcss -i src/css/input.css -o dist/output.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:221b9169-0a37-11ec-a943-4213e7ee7fac/00ae2a7c-0a38-11ec-a943-4213e7ee7fac/Eindproject-Jaar-69111524-507a978b.git"
},
"keywords": [
"school-project",
"bit-academy",
"website",
"wiki",
"comics",
"comic-books"
],
"author": "Batuhan, Brian, Erhan, Raymon",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^3.1.4"
},
"dependencies": {
"tw-elements": "^1.0.0-alpha12"
}
}