-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"license": "MIT",
"scripts": {
"build": "node build.mjs",
"clean": "pnpm -r --parallel exec rm -rf dist node_modules"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.1.0",
"@codemirror/commands": "^6.1.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-rust": "^6.0.0",
"@codemirror/language": "^6.2.1",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.1.0",
"@codemirror/state": "^6.1.1",
"@codemirror/view": "^6.2.0",
"@lezer/common": "^1.0.0",
"@lezer/highlight": "^1.0.0",
"@lezer/lr": "^1.2.3",
"@types/lodash": "^4.14.183",
"@types/react": "^18.0.17",
"classnames": "^2.3.1",
"codemirror": "^6.0.1",
"esbuild": "^0.14.54",
"esbuild-sass-plugin": "^2.3.2",
"fs-extra": "^10.1.0",
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@nota-lang/esbuild-utils": "^0.4.12",
"@nota-lang/nota-common": "^0.4.12",
"@nota-lang/nota-components": "^0.4.12",
"@nota-lang/nota-editor": "^0.4.12",
"@nota-lang/nota-syntax": "^0.4.12",
"lodash": "^4.17.21",
"react-split": "^2.0.14"
}
}