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.
22 lines
503 B
22 lines
503 B
{
|
|
"version": "0.8.1",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"lib": "tsc && vite build --mode lib",
|
|
"build": "tsc && vite build --mode app",
|
|
"serve": "vite preview",
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.12",
|
|
"@types/prismjs": "^1.26.0",
|
|
"cypress": "^9.5.1",
|
|
"cypress-file-upload": "^5.0.8",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.4.2"
|
|
},
|
|
"dependencies": {
|
|
"prismjs": "^1.27.0"
|
|
}
|
|
} |