mirror of
https://github.com/ekzhang/rustpad.git
synced 2021-06-08 23:07:11 +03:00
53 lines
1.2 KiB
JSON
53 lines
1.2 KiB
JSON
{
|
|
"name": "rustpad",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.6.3",
|
|
"@emotion/react": "^11.4.0",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@monaco-editor/react": "^4.1.3",
|
|
"framer-motion": "^4.1.17",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-icons": "^4.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"rustpad-wasm": "file:./rustpad-wasm/pkg",
|
|
"use-local-storage-state": "^10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.8",
|
|
"@types/react-dom": "^17.0.5",
|
|
"monaco-editor": "^0.23.0",
|
|
"prettier": "2.3.0",
|
|
"raw.macro": "^0.4.2",
|
|
"react-app-rewired": "^2.1.8",
|
|
"typescript": "^4.3.2",
|
|
"wasm-loader": "^1.3.0"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|