69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "riju",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev ./frontend",
|
|
"build": "next build ./frontend",
|
|
"start": "next start ./frontend",
|
|
"lint": "next lint ./frontend",
|
|
"export": "next export ./frontend",
|
|
"build:export": "yarn build && yarn export"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/parser": "^7.13.11",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@balena/dockerignore": "^1.0.2",
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/server": "^11.4.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@monaco-editor/react": "^4.2.2",
|
|
"@mui/icons-material": "^5.0.0",
|
|
"@mui/lab": "^5.0.0-alpha.49",
|
|
"@mui/material": "^5.0.0",
|
|
"@mui/styles": "^5.0.0",
|
|
"@sentry/node": "^6.11.0",
|
|
"ansicolor": "^1.1.95",
|
|
"async-lock": "^1.2.6",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-walk": "^3.0.0",
|
|
"buffer": "^6.0.3",
|
|
"commander": "^7.1.0",
|
|
"css-loader": "^5.0.1",
|
|
"debounce": "^1.2.0",
|
|
"docker-file-parser": "^1.0.5",
|
|
"ejs": "^3.1.5",
|
|
"express": "^4.17.1",
|
|
"express-ws": "^4.0.0",
|
|
"file-loader": "^6.2.0",
|
|
"historic-readline": "^1.0.8",
|
|
"jsonschema": "^1.4.0",
|
|
"lodash": "^4.17.20",
|
|
"monaco-editor": "^0.28.1",
|
|
"monaco-editor-webpack-plugin": "^4.1.2",
|
|
"monaco-languageclient": "0.13.0",
|
|
"next": "11.0.1",
|
|
"next-transpile-modules": "^8.0.0",
|
|
"nprogress": "^0.2.0",
|
|
"p-queue": "^6.6.2",
|
|
"parse-passwd": "^1.0.0",
|
|
"prettier": "^2.3.1",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-split": "^2.0.13",
|
|
"regenerator-runtime": "^0.13.7",
|
|
"setimmediate": "^1.0.5",
|
|
"strip-ansi": "^6.0.0",
|
|
"style-loader": "^2.0.0",
|
|
"uuid": "^8.3.2",
|
|
"vscode-languageserver-protocol": "3.15.3",
|
|
"webpack": "^4.44.2",
|
|
"webpack-cli": "^4.3.0",
|
|
"xterm": "^4.9.0",
|
|
"xterm-addon-fit": "^0.5.0",
|
|
"yaml": "^1.10.0"
|
|
}
|
|
}
|