-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
35 lines (35 loc) · 965 Bytes
/
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
{
"name": "valadoc-org",
"version": "1.0.0",
"description": "https://valadoc.org",
"main": "valadoc.org/router.php",
"repository": "vala-lang/valadoc-org",
"author": "Valadoc",
"scripts": {
"test": "stylelint data/styles/*.css",
"build": "gulp",
"start": "php -S localhost:7777 -t ./valadoc.org ./router.php",
"lint": "eslint data/scripts/*.js"
},
"type": "module",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/register": "^7.12.1",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-postcss": "^9.0.0",
"postcss": "^8.4.31",
"postcss-preset-env": "^7.8.3",
"whatwg-fetch": "^3.4.1"
},
"devDependencies": {
"eslint": "^8.29.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"stylelint": "^15.10.1"
}
}