-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1001 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1001 Bytes
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
{
"name": "flaster",
"version": "1.0.2",
"description": "A web interface for exploring and transforming JS code structures",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "npm run check:restringer-browser-safe && vite build",
"check:restringer-browser-safe": "node scripts/verify-restringer-browser-safety.mjs",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/language": "^6.12.2",
"@codemirror/lint": "^6.9.5",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.40.0",
"codemirror": "^6.0.2",
"flast": "latest",
"js-md5": "^0.8.3",
"restringer": "^2.1.0",
"vue": "^3.5.30"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.2",
"vite": "^8.0.0"
},
"bugs": {
"url": "https://github.com/ctrl-escp/flaster/issues"
}
}