-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.74 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
54
55
56
57
58
59
60
{
"name": "bettermacstore",
"version": "0.0.1",
"description": "a better mac app store, because the current one stinks",
"main": "index.js",
"scripts": {
"start": "yarn build:css && npm run i18n:compile && nodemon .",
"lint": "node .scripts/.tests/linter.js",
"test": "node .scripts/.tests/tests.js",
"translate": "node .scripts/translate.js",
"i18n:compile": "node .scripts/compile.js",
"build:css": "postcss public/css/tailwind.css -o public/css/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alechash/BetterMacStore.git"
},
"author": "Alec Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/alechash/BetterMacStore/issues"
},
"homepage": "https://github.com/alechash/BetterMacStore#readme",
"dependencies": {
"autoprefixer": "^10.2.5",
"aws-sdk": "^2.905.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"ejs-lint": "^1.1.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-mongoose-store": "^1.0.7",
"express-rate-limit": "^5.2.6",
"express-session": "^1.17.1",
"fast-crc32c": "^2.0.0",
"fs": "^0.0.1-security",
"he": "^1.2.0",
"helmet": "^4.4.1",
"json-merger": "^1.1.5",
"mongoose": "^5.11.15",
"mongoose-text-search": "^0.0.2",
"node-email-validation": "^1.0.4",
"nodemon": "^2.0.7",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"postcss": "^8.2.12",
"readline": "^1.3.0",
"serve-static": "^1.14.1",
"tailwindcss": "^2.1.1",
"unzip": "^0.1.11",
"url": "^0.11.0",
"uuid": "^8.3.2",
"validator": "^13.5.2"
}
}