-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "app_calc_lot",
"version": "1.0.0",
"description": "application for calculating lot",
"main": "app.js",
"dependencies": {
"acorn": "^6.1.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"jquery": "^3.4.1",
"openssl": "^1.1.0",
"popper.js": "^1.15.0",
"pug": "^2.0.3",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sweetalert": "^2.1.2",
"tough-cookie": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/register": "^7.4.4",
"css-loader": "^2.1.1",
"reload": "^3.0.1",
"shelljs": "^0.8.3",
"style-loader": "^0.23.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"scripts": {
"live": "nodemon -w *.* --ignore public/dist/* --ignore webpack.config.js -w views/*.* start.js",
"start": "node app.js"
},
"author": "FatihAziz",
"license": "ISC",
"keywords": [
"lot",
"trading",
"tools"
]
}