c119c44c13
When this is merged https://gitlab.com/ligolang/ligo-web-ide/ will be marked as deprecated. This MR does not hook up the webide build to the main CI. The CI integration will come in a subsequent MR for the sake of making review easier.
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.25",
|
|
"@fortawesome/free-solid-svg-icons": "^5.11.2",
|
|
"@fortawesome/react-fontawesome": "^0.1.6",
|
|
"@taquito/taquito": "^5.1.0-beta.1",
|
|
"@taquito/tezbridge-signer": "^5.1.0-beta.1",
|
|
"@types/jest": "24.0.18",
|
|
"@types/node": "12.7.12",
|
|
"@types/react": "16.9.5",
|
|
"@types/react-dom": "16.9.1",
|
|
"@types/react-outside-click-handler": "^1.2.0",
|
|
"axios": "^0.19.0",
|
|
"http-proxy-middleware": "^0.20.0",
|
|
"monaco-editor": "npm:@ligolang/monaco-editor@0.18.1",
|
|
"react": "^16.10.2",
|
|
"react-dom": "^16.10.2",
|
|
"react-outside-click-handler": "^1.3.0",
|
|
"react-redux": "^7.1.1",
|
|
"react-scripts": "3.2.0",
|
|
"react-spinners-kit": "^1.9.0",
|
|
"redux": "^4.0.4",
|
|
"redux-devtools": "^3.5.0",
|
|
"redux-thunk": "^2.3.0",
|
|
"styled-components": "^4.4.0",
|
|
"typescript": "3.6.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"postbuild": "node package-examples.js",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/glob": "^7.1.1",
|
|
"@types/react-redux": "^7.1.4",
|
|
"@types/styled-components": "^4.1.19",
|
|
"glob": "^7.1.6",
|
|
"node-sass": "^4.12.0",
|
|
"yamljs": "^0.3.0"
|
|
}
|
|
}
|