mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 01:23:52 +00:00
60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "ace",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"@types/jest": "^24.0.0",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^16.9.0",
|
|
"@types/react-dom": "^16.9.0",
|
|
"ace-builds": "^1.4.9",
|
|
"bootstrap": "^4.4.1",
|
|
"bootswatch": "^4.4.1",
|
|
"node-sass": "^4.13.1",
|
|
"react": "^16.13.1",
|
|
"react-ace": "^8.1.0",
|
|
"react-bootstrap": "^1.0.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-dropzone": "^10.2.2",
|
|
"react-scripts": "3.4.1",
|
|
"typescript": "~3.7.2",
|
|
"xterm": "^4.5.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "mkdir -p public/static/js && cp node_modules/@pybricks/mpy-cross/build-wasm/mpy-cross.wasm public/static/js/",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix"
|
|
},
|
|
"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/web-bluetooth": "^0.0.5",
|
|
"@typescript-eslint/eslint-plugin": "^2.27.0",
|
|
"@typescript-eslint/parser": "^2.27.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"prettier": "^2.0.4"
|
|
}
|
|
}
|