2022-02-16 09:57:28 +00:00
|
|
|
{
|
|
|
|
"name": "noot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": "src/index.html",
|
|
|
|
"license": "MIT",
|
|
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
|
|
"scripts": {
|
|
|
|
"start": "parcel",
|
2022-02-22 13:18:37 +00:00
|
|
|
"build": "parcel build",
|
|
|
|
"check-watch": "tsc --noEmit --watch"
|
2022-02-16 09:57:28 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-21 08:32:36 +00:00
|
|
|
"@parcel/validator-typescript": "^2.3.2",
|
|
|
|
"@types/react": "^17.0.39",
|
|
|
|
"@types/react-dom": "^17.0.11",
|
|
|
|
"parcel": "^2.3.2",
|
|
|
|
"typescript": ">=3.0.0"
|
2022-02-16 09:57:28 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@codemirror/basic-setup": "^0.19.1",
|
|
|
|
"@codemirror/commands": "^0.19.8",
|
|
|
|
"@codemirror/lang-markdown": "^0.19.6",
|
|
|
|
"@codemirror/state": "^0.19.7",
|
2022-02-21 08:32:36 +00:00
|
|
|
"@codemirror/view": "^0.19.42",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2022-02-16 09:57:28 +00:00
|
|
|
}
|
|
|
|
}
|