-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.57 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.57 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
43
44
45
46
47
48
49
50
51
52
{
"name": "mooter-studio",
"version": "0.1.0",
"description": "Client web application for designing and managing the Mooter microservice runtime",
"private": true,
"dependencies": {
"@babel/runtime": "^7.7.6",
"@hapi/joi": "^17.0.2",
"@monaco-editor/react": "^2.3.0",
"axios": "^0.19.0",
"http-status": "^1.4.2",
"monaco-editor": "^0.18.1",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-split": "^2.0.7",
"styled-components": "^4.4.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.6.3",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@svgr/webpack": "^4.3.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"local-web-server": "^3.0.7",
"monaco-editor-webpack-plugin": "^1.7.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build": "webpack",
"serve": "ws --spa index.html -d ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bradenhc/mooter-studio.git"
},
"author": "Braden Hitchcock <hitchcock.braden+dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bradenhc/mooter-studio/issues"
},
"homepage": "https://github.com/bradenhc/mooter-studio#readme"
}