forked from jeffalo/wasteof.money
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.31 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "social",
"version": "1.0.0",
"description": "wasteof.money is a social media with aspects inspired from Twitter and Scratch.",
"main": "index.js",
"scripts": {
"start": "npm run serve",
"dev": "nodemon index.js",
"serve": "node index.js",
"tailwind:build": "postcss tailwind.css -o static/assets/css/style.css",
"setup": "node env.js"
},
"keywords": [],
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"autoprefixer": "^10.2.1",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-rate-limit": "^5.2.2",
"gray-matter": "^4.0.2",
"image-size": "^0.9.3",
"jdenticon": "^3.1.0",
"marked": "^1.2.7",
"monk": "^7.3.2",
"postcss": "^8.2.4",
"postcss-cli": "^8.3.1",
"prompts": "^2.4.0",
"socket.io": "^3.1.0"
},
"devDependencies": {
"tailwindcss": "^2",
"nodemon": "^2.0.7"
},
"engines": {
"node": "12.x"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeffalo/wasteof.money.git"
},
"bugs": {
"url": "https://github.com/jeffalo/wasteof.money/issues"
},
"homepage": "https://github.com/jeffalo/wasteof.money#readme"
}