-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 928 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 928 Bytes
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": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start:development": "nodemon start.js",
"start": "node start.js",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@babel/polyfill": "7.10.4",
"@babel/register": "7.10.5",
"axios": "0.19.2",
"body-parser": "1.19.0",
"cors": "2.8.5",
"express": "4.17.1",
"pdfmake": "0.1.68",
"@babel/core": "7.11.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/preset-env": "7.11.0",
"babel-core": "7.0.0-bridge.0"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.6.0",
"eslint-config-airbnb": "18.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.6",
"jest": "26.4.0",
"nodemon": "2.0.4"
},
"author": "",
"license": "ISC"
}