-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
29 lines (29 loc) · 1001 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
{
"name": "swift-package-index",
"license": "Apache-2.0",
"repository": "[email protected]:SwiftPackageIndex/SwiftPackageIndex-Server.git",
"scripts": {
"build": "node ./FrontEnd/esbuild.mjs",
"serve": "node ./FrontEnd/esbuild.mjs --watch",
"lint": "prettier --check --config .prettierrc 'FrontEnd/**/*.js' && stylelint --config .stylelintrc.js 'FrontEnd/**/*.scss'"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@hotwired/turbo": "^7.3.0",
"highlight.js": "^11.10.0",
"mermaid": "^11.4.0",
"normalize.css": "^8.0.1",
"vega": "^5.30.0",
"vega-tooltip": "^0.35.2"
},
"devDependencies": {
"esbuild": "^0.24.0",
"esbuild-sass-plugin": "^3.3.1",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.9.0"
}
}