-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.5 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
83
84
85
86
87
88
89
90
91
92
{
"name": "fack",
"description": "F4 web stack",
"version": "4.9.0",
"repository": {
"type": "git",
"url": "https://github.com/F4-Group/fack.git"
},
"main": "index.js",
"browser": "browser/index.js",
"files": [
"bootstrap-stylus",
"browser",
"Font-Awesome",
"lib"
],
"engines": {
"node": ">=6.0.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@browserify/uglifyify": "^6.0.0",
"app-root-path": "^3.0.0",
"async": "0.2.5",
"babelify": "^10.0.0",
"body-parser": "^1.18.3",
"browserify": "~16.2.2",
"bunyan": "^1.8.15",
"bunyan-gelf": "git+https://github.com/F4-Group/bunyan-gelf#0.3.1",
"bunyan-prettystream": "~0.1.3",
"clean-css": "^4.2.1",
"cli-color": "~0.2.3",
"concat-stream": "~1.5.0",
"dnscache": "~1.0.1",
"express": "~4.16.3",
"factor-bundle": "~2.5.0",
"file": "~0.2.2",
"glob": "^7.1.2",
"humanize": "~0.0.9",
"i18next": "git+https://github.com/F4-Group/i18next-node#1.7.4-1",
"lodash": "^4.17.10",
"mime": "^2.3.1",
"mkdirp": "^1.0.4",
"mold-source-map": "~0.4.0",
"nib": "git+https://github.com/F4-Group/nib#1.1.2+f4",
"node-etcd": "^7.0.0",
"optimist": "0.3.x",
"pugify": "^2.2.0",
"statsd-client": "~0.0.17",
"terser": "^5.19.2",
"through2": "~0.6.3",
"watchify": "~3.6.1"
},
"peerDependencies": {
"jquery": "*",
"pug": "*",
"stylus": "*"
},
"devDependencies": {
"axios": "^0.20.0",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"chai": "^4.2.0",
"chai-better-shallow-deep-equal": "^1.1.1",
"cross-spawn": "^7.0.3",
"eslint": "^7.9.0",
"eslint-plugin-mocha": "^8.0.0",
"jquery": "~2.1.1",
"mocha": "^8.1.3",
"portscanner": "^2.2.0",
"pug": "^3.0.2",
"socket.io": "~1.4.8",
"socket.io-client": "~1.4.8",
"stylus": "^0.55.0"
},
"scripts": {
"test-code-style": "eslint .",
"test": "mocha -c test"
}
}