-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "se_proj",
"version": "1.0.0",
"description": "Donatekart",
"main": "index.js",
"scripts": {
"clean": "node scripts/clear.js",
"build": "yarn run clean && babel src -d lib",
"start": "node index.js",
"build:start": "yarn build && yarn start"
},
"author": "Megha Sharma",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.0.16",
"babel-preset-es2015": "^6.0.15",
"babel-preset-stage-0": "^6.0.15"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/register": "^7.4.4",
"@babel/runtime": "^7.4.4",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"cookie-parser": "^1.4.4",
"del": "^5.1.0",
"express": "^4.17.1",
"mongodb": "^3.3.4",
"mongojs": "^3.1.0"
}
}