-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "vite-asma-portal",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc --noemit && vite build",
"serve": "vite preview",
"test": "concurrently \"yarn start \" \"cypress open\"",
"test:ci": "cypress run --headless"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.14.0",
"asma-doc-viewer": "^0.1.2",
"concurrently": "^6.0.0",
"mobx": "^6.1.8",
"mobx-react-lite": "^3.2.0",
"mobx-state-tree": "^5.0.1",
"react": "^17.0.1",
"react-doc-viewer": "^0.1.5",
"react-dom": "^17.0.1",
"react-pdf": "^5.2.0",
"styled-components": "^5.2.1",
"vite-plugin-svgr": "^0.2.0"
},
"devDependencies": {
"@cypress/react": "^4.16.4",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-pdf": "^5.0.1",
"@types/styled-components": "^5.1.9",
"@vitejs/plugin-react-refresh": "^1.3.1",
"cypress": "^6.8.0",
"typescript": "^4.2.3",
"vite": "^2.1.2",
"vite-aliases": "^0.5.1"
}
}