-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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": "@cnc4me/macro-playground",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@cnc4me/chrysalis": "workspace:*",
"@cnc4me/fanuc-macro-b": "workspace:*",
"@cnc4me/monaco-language-gcode": "workspace:*",
"@cnc4me/monaco-theme-gcode": "workspace:*",
"@monaco-editor/react": "^4.3.1",
"@netlify/classnames-template-literals": "^1.0.3",
"lz-string": "^1.4.4",
"monaco-editor": "^0.32.1",
"mousetrap": "^1.6.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6",
"ts-pattern": "^3.3.5"
},
"devDependencies": {
"@types/lz-string": "^1.3.34",
"@types/mousetrap": "^1.6.9",
"@types/react": "^17.0.41",
"@types/react-dom": "^17.0.14",
"@vitejs/plugin-react": "^1.2.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.11.0",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2",
"vercel": "^24.1.0",
"vite": "^2.8.6",
"vite-tsconfig-paths": "^3.4.1"
}
}