This repository was archived by the owner on Jul 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.35 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.35 KB
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
{
"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": "echo 'Please use either `npm run start:unisonLocal` or `npm run start:unisonShare`'",
"start:unisonLocal": "webpack serve --mode development --port 1234 --config webpack.unisonLocal.dev.js",
"start:unisonShare": "webpack serve --mode development --port 1234 --config webpack.unisonShare.dev.js",
"test": "elm-test",
"review": "elm-review"
},
"bugs": {
"url": "https://github.com/unisonweb/codebase-ui/issues"
},
"homepage": "https://github.com/unisonweb/codebase-ui#readme",
"devDependencies": {
"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.5",
"elm-review": "^2.5.5",
"elm-test": "^0.19.1-revision6",
"elm-webpack-loader": "^8.0.0",
"filemanager-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.3.1",
"style-loader": "^2.0.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"engines": {
"node": ">=12.0.0"
}
}