-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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
{
"name": "feel-playground",
"version": "1.0.0",
"type": "module",
"scripts": {
"all": "run-s lint build",
"build": "rollup -c",
"dev": "npm run build -- -w",
"start": "sirv public",
"lint": "eslint ."
},
"devDependencies": {
"@codemirror/autocomplete": "^6.18.4",
"@codemirror/commands": "^6.8.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.18.0",
"eslint-plugin-bpmn-io": "^2.0.2",
"eslint-plugin-svelte": "^2.46.1",
"feelin": "^4.3.0",
"lang-feel": "^2.3.0",
"lezer-feel": "^1.7.0",
"min-dash": "^4.2.2",
"npm-run-all2": "^7.0.2",
"opener": "^1.5.2",
"rollup": "^4.30.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-css-only": "^4.5.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.2.2",
"sirv-cli": "^3.0.0",
"svelte": "^4.2.19"
}
}