-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 947 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": "dhtmlx-suite-node",
"version": "1.0.0",
"description": "NodeJS with DHTMLX Suite components",
"scripts": {
"start": "nodemon --exec babel-node ./server/server.js",
"prettier": "prettier --write */**/*.{js,html,css,json}"
},
"license": "MIT",
"author": "DHTMLX",
"dependencies": {
"body-parser": "^1.19.0",
"busboy": "^0.3.1",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"faye": "^1.4.0",
"node-pre-gyp": "^0.16.0",
"sqlite": "^4.0.7",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"lint-staged": "^10.1.5",
"nodemon": "^1.19.1",
"prettier": "^2.0.4"
}
}