You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
myAmis/package.json

43 lines
1.1 KiB

{
"name": "myamis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@fortawesome/fontawesome-free": "^5.15.3",
"amis": "3.1.1",
"amis-core": "3.1.1",
"amis-editor": "^5.4.1",
"amis-editor-core": "^5.4.1",
"amis-formula": "3.1.1",
"amis-ui": "3.1.1",
"antd": "^5.6.2",
"axios": "^0.21.1",
"copy-to-clipboard": "^3.2.0",
"mobx": "4.15.7",
"mobx-react": "6.3.1",
"mobx-state-tree": "3.17.3",
"qs": "6.5.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^6.14.0",
"sass": "^1.63.4"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"vite": "^4.3.9"
}
}