-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.44 KB
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
45
46
47
48
{
"name": "via-web-api",
"version": "1.0.0",
"scripts": {
"start": "webpack --mode development --progress && nodemon lib/start-app",
"watch": "webpack --mode development --progress --watch",
"build": "webpack --mode development --progress --profile",
"release": "webpack --mode production --progress --profile",
"test": "yarn run babel-node --presets @babel/preset-env"
},
"repository": "https://github.com/hamit-zor/via-web-api",
"author": "Hamit Zor <thenrerise@gmail.com>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"cli-color": "^1.4.0",
"compression": "^1.7.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"highlightjs": "^9.12.0",
"mongodb": "^3.1.13",
"multer": "^1.4.1",
"mysql2": "^1.6.5",
"nodemon": "^1.18.10",
"universal-cookie": "^3.0.7",
"validator": "^10.11.0",
"ws": "^6.2.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"assert": "^1.4.1",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"cookie-parser": "^1.4.3",
"moment": "^2.24.0",
"source-map-support": "^0.5.10",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.3",
"webpack-node-externals": "^1.7.2"
}
}