-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 951 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
31
32
33
34
35
{
"name": "eponge",
"version": "1.0.0",
"description": "En tout cas, on peut dire que le soviet éponge",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "npm run build-css && nodemon index.js",
"build-css": "tailwindcss build main.css -o public/css/style.css",
"postinstall": "npm run build-css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Le-Stagiaire/eponge.git"
},
"author": "Le-Stagiaire",
"license": "ISC",
"bugs": {
"url": "https://github.com/Le-Stagiaire/eponge/issues"
},
"homepage": "https://github.com/Le-Stagiaire/eponge#readme",
"dependencies": {
"arpad": "^1.0.2",
"body-parser": "^1.19.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"sqlite3": "^5.0.0",
"tailwindcss": "^1.9.6"
},
"devDependencies": {
"nodemon": "^2.0.6",
"prettier": "^2.1.2"
}
}