-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 965 Bytes
/
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
{
"name": "scxml-interpreter",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preserve": "vite build",
"serve": "vite preview --port 5050",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.2.14",
"@xstate/inspect": "^0.5.0",
"@xstate/vue": "^0.8.1",
"ace-builds": "^1.4.13",
"dedent": "^0.7.0",
"nanoid": "^3.1.30",
"vue3-ace-editor": "^2.2.1",
"xml-js": "^1.6.11",
"xstate": "^4.25.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.3",
"typescript": "^4.4.4",
"vite": "^2.6.3",
"vue-tsc": "^0.3.0",
"@types/dedent": "^0.7.0",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"autoprefixer": "^10.3.7",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^7.20.0",
"stream": "^0.0.2",
"tailwindcss": "^2.2.17"
}
}