-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "olopage",
"type": "module",
"version": "1.0.0",
"description": "Amazing fast, simple and flexible blog application for javascript developers.",
"main": "vite.config.js",
"scripts": {
"server": "node --trace-warnings --no-warnings core/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olomadev/olopage.git"
},
"keywords": [
"blog",
"olopage",
"cms",
"node.js"
],
"author": "oloma.dev",
"license": "MIT",
"bugs": {
"url": "https://github.com/olomadev/olopage/issues"
},
"homepage": "https://github.com/olomadev/olopage#readme",
"dependencies": {
"chromedriver": "^132.0.1",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-ejs-layouts": "^2.5.1",
"ioredis": "^5.4.2",
"ipware": "^2.0.0",
"knex": "^3.1.0",
"mysql2": "^3.12.0",
"node-fetch": "^3.3.2",
"selenium-webdriver": "^4.28.1",
"sequelize": "^6.37.5",
"sharp": "^0.33.5",
"uuid": "^11.0.5",
"vite-express": "^0.20.0",
"vite-plugin-ejs": "^1.7.0"
}
}