-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
54 lines (54 loc) · 1.45 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
{
"private": true,
"name": "pxls-web",
"version": "1.0.0",
"description": "Web client for pxls.space",
"main": "index.js",
"scripts": {
"build": "gulp",
"gen-pot": "node scripts/generate-potfile.js",
"new-local": "sh scripts/new-localization.sh",
"update-local": "sh scripts/update-localizations.sh",
"start": "node index.js"
},
"author": "Pxls Contributors",
"license": "MIT",
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.21.0",
"express-handlebars": "^7.1.2",
"http-proxy-middleware": "^2.0.6",
"json5": "^2.2.3",
"pofile": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@handlebars/parser": "^2.1.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"eslint": "^8.55.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"esprima": "^4.0.1",
"glob-parent": "^6.0.2",
"gulp": "^5.0.0",
"gulp-buffer": "^0.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-eslint-new": "^1.8.4",
"gulp-if": "^3.0.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tap": "^2.0.0",
"merge-stream": "^2.0.0",
"through2": "^2.0.5"
},
"overrides": {
"glob-parent": "^6.0.2"
}
}