-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 774 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 774 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
28
29
{
"name": "5.7-cp-use-a-public-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js",
"build-css": "tailwindcss -i ./public/css/input.css -o ./public/css/output.css",
"tw": "tailwindcss -i ./public/css/input.css -o ./public/css/output.css --watch"
},
"keywords": [],
"author": "Lekan Sausdev",
"license": "ISC",
"type": "module",
"dependencies": {
"axios": "^1.13.6",
"ejs": "^4.0.1",
"express": "^5.2.1",
"nodemon": "^3.1.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.1",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^3.4.19"
}
}