-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 925 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
34
35
36
37
38
39
40
{
"name": "vue-nodejs",
"version": "1.0.0",
"description": "Nodejs-Rest-APIs",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Nodejs",
"RestAPIs",
"SQLite",
"PostgreSQL",
"Vue.js"
],
"author": "vlakost",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"momentjs": "^2.0.0",
"mysql2": "^1.6.4",
"nodemon": "^2.0.12",
"pg": "^8.6.0",
"sequelize": "^4.42.0",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-requirejs": "^4.0.1",
"eslint-plugin-sql": "^1.2.0",
"prettier": "^2.3.0"
}
}