-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 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
{
"name": "@glimdown/glimmer-js-dev-preview",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite .",
"lint": "pnpm -w exec lint",
"lint:fix": "pnpm -w exec lint fix",
"lint:js": "pnpm -w exec lint js",
"lint:js:fix": "pnpm -w exec lint js:fix",
"lint:prettier:fix": "pnpm -w exec lint prettier:fix",
"lint:prettier": "pnpm -w exec lint prettier"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/eslint-parser": "^7.23.10",
"@codemirror/language": "^6.10.1",
"@codemirror/state": "^6.4.0",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.23.0",
"@glimdown/codemirror-dev-preview": "workspace:*",
"@nullvoxpopuli/eslint-configs": "^3.2.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.55.0",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"volta": {
"extends": "../../../../../package.json"
},
"repository": {
"type": "git",
"url": "https://github.com/NullVoxPopuli/limber.git",
"directory": "packages/syntax/glimmer-js/codemirror/dev"
},
"license": "MIT",
"author": "NullVoxPopuli"
}