-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 950 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
{
"name": "aas-core3.0rc02-react-editor",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"format": "prettier --write \"**/*.{ts,js,jsx}\"",
"lint": "eslint . --ext .ts",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@aas-core-works/aas-core3.0rc02-typescript": "^1.0.0-rc.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"valtio": "^1.9.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.3",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-singlefile": "^0.13.2"
}
}