forked from daosonit/website-for-koodo-reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 772 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
{
"name": "-",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"dev": "node index.js",
"build": "next build && next export",
"export": "next export",
"start": "cross-env NODE_ENV=production node index.js",
"pm2": "pm2 start pm2.json"
},
"devDependencies": {},
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cross-env": "^7.0.2",
"express": "^4.17.1",
"express-fileupload": "^1.1.9",
"i18next": "^19.4.4",
"next": "^9.3.6",
"next-i18next": "^4.4.1",
"nodemon": "^2.0.4",
"pm2": "^4.4.0",
"react": "^16.13.1",
"react-device-detect": "^1.12.1",
"react-dom": "^16.13.1"
}
}