-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
38
{
"name": "grc-ru-dictionary",
"description": "Ancient Greek – Russian dictionary",
"version": "0.0.0",
"engines": {
"node": ">= 7.6.0"
},
"main": "start.js",
"scripts": {
"test": "jest",
"watch": "nodemon ./start.js --ignore public/",
"start": "concurrently \"npm run watch\" \"npm run assets\" --names \"🖥,📦\" --prefix name",
"assets": "webpack -w --display-max-modules 0",
"postinstall": "webpack --config ./webpack.config.js"
},
"dependencies": {
"axios": "^0.15.2",
"body-parser": "^1.15.2",
"concurrently": "3.4.0",
"connect-mongo": "1.3.2",
"css-loader": "^0.26.1",
"dompurify": "^0.9.0",
"dotenv": "4.0.0",
"express": "4.15.2",
"express-session": "1.15.1",
"express-validator": "3.1.2",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"jest": "^20.0.4",
"mongoose": "4.8.7",
"mongoose-mongodb-errors": "0.0.2",
"nodemon": "^1.11.0",
"pug": "2.0.0-beta6",
"style-loader": "^0.13.1",
"uglifyjs-webpack-plugin": "^0.2.0",
"webpack": "3.10.0"
},
"license": "MIT"
}