-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
56 lines (56 loc) · 1.67 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
{
"name": "codebase-ui",
"version": "1.0.0",
"description": "Unison Codebase UI",
"repository": {
"type": "git",
"url": "git+https://github.com/unisonweb/codebase-ui.git"
},
"scripts": {
"build": "webpack --mode production --config webpack.prod.js",
"clean": "rm -rf dist",
"start": "webpack serve --mode development --port 1234 --config webpack.dev.js",
"test": "elm-test",
"review": "elm-review",
"check": "elm-test; elm-review; ui-core-check-css; prettier --check .",
"ui-core-check-css": "ui-core-check-css",
"ui-core-install": "ui-core-install",
"ui-core-update": "ui-core-update",
"postinstall": "ui-core-install"
},
"bugs": {
"url": "https://github.com/unisonweb/codebase-ui/issues"
},
"homepage": "https://github.com/unisonweb/codebase-ui#readme",
"devDependencies": {
"@octokit/core": "^4.0.5",
"@unison-lang/ui-core-scripts": "^1.1.9",
"archiver": "^5.3.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.2.4",
"elm": "^0.19.1-5",
"elm-asset-webpack-loader": "^1.1.2",
"elm-format": "^0.8.7",
"elm-review": "^2.5.5",
"elm-test": "^0.19.1-revision6",
"elm-webpack-loader": "^8.0.0",
"favicons": "^7.0.1",
"favicons-webpack-plugin": "^6.0.0-alpha.1",
"filemanager-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.3.1",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"prettier": "2.8.4",
"style-loader": "^2.0.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"mermaid": "^9.2.2"
}
}