-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1000 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 1000 Bytes
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": "git@github.com: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": "^8.0.23",
"highlight.js": "^11.11.1",
"mermaid": "^11.14.0",
"normalize.css": "^8.0.1",
"vega": "^6.2.0",
"vega-tooltip": "^1.1.0"
},
"devDependencies": {
"esbuild": "^0.28.0",
"esbuild-sass-plugin": "^3.7.0",
"postcss": "^8.5.10",
"prettier": "^3.8.3",
"stylelint": "^17.8.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-order": "^8.1.1",
"stylelint-scss": "^7.0.0"
}
}