-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
82 lines (82 loc) · 2.21 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"author": "*",
"name": "cataria",
"version": "0.0.0-beta",
"repository": {
"type": "git",
"url": "[email protected]:cataria-rocks/cataria.git"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"base-64": "^0.1.0",
"body-parser": "^1.15.1",
"chokidar": "^1.7.0",
"connect": "^3.4.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"debug": "^3.0.0",
"debug-http": "^1.1.0",
"dotenv": "^4.0.0",
"express": "^4.14.0",
"fuse.js": "^3.0.5",
"github-node-api": "^0.0.3",
"got": "^7.1.0",
"lodash": "^4.17.4",
"md2xliff": "https://github.com/tadatuta/md2xliff.git#tmx",
"mongodb": "^2.1.18",
"mongoose": "^4.5.2",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"node-eval": "^1.1.0",
"node-notifier": "^5.1.2",
"parse-github-url": "^1.0.0",
"passport": "^0.4.0",
"passport-github2": "^0.1.10",
"sanitize-html": "^1.14.1",
"serve-favicon": "^2.3.0",
"serve-static": "^1.11.1",
"tiny-lr": "^1.0.5",
"yandex-translate": "github:sidorares/yandex-translate"
},
"devDependencies": {
"bem-components": "^6.0.1",
"bem-core": "^4.2.1",
"bem-stat-counters": "^1.5.1",
"enb": "^1.5.1",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^8.6.7",
"enb-borschik": "^3.0.0",
"enb-js": "^1.1.1",
"enb-postcss": "^2.0.0",
"eslint": "^4.1.1",
"eslint-config-pedant": "^0.10.0",
"eslint-plugin-bem-xjst": "^2.2.0",
"git-hooks": "^1.1.8",
"node-notifier-cli": "^1.0.1",
"nodemon": "^1.11.0",
"postcss-calc": "^6.0.0",
"postcss-each": "^0.10.0",
"postcss-for": "^2.1.1",
"postcss-import": "^10.0.0",
"postcss-nested": "^2.0.2",
"postcss-reporter": "^4.0.0",
"postcss-simple-vars": "^4.0.0",
"postcss-url": "^7.1.1",
"rebem-css": "^0.2.0",
"stylelint": "^7.7.1",
"stylelint-config-standard": "^16.0.0"
},
"scripts": {
"build": "npm i && npm run make",
"start": "node server",
"make": "enb make",
"lint": "eslint . && stylelint *.blocks/**/*.css",
"test": "npm run lint",
"dev": "npm run make && nodemon",
"watch": "chokidar '*.blocks/**'",
"docker-build": "docker build ."
},
"private": true
}