-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 783 Bytes
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
{
"dependencies": {
"@tailwindcss/cli": "^4.0.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"tailwindcss": "^4.0.0"
},
"name": "enissue",
"version": "1.0.0",
"description": "eni issue sharing app",
"main": "app.js",
"scripts": {
"tailwind": "npx @tailwindcss/cli -i ./src/css/styles-post-tailwind.css -o ./src/css/styles.css --watch",
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VioletteCrochet/ENIssue.git"
},
"author": "Violette Crochet and Yoann Battu",
"license": "ISC",
"bugs": {
"url": "https://github.com/VioletteCrochet/ENIssue/issues"
},
"homepage": "https://github.com/VioletteCrochet/ENIssue#readme"
}