philomena/assets/package.json

41 lines
1.2 KiB
JSON
Raw Normal View History

2019-08-15 02:32:32 +02:00
{
"type": "module",
2019-08-15 02:32:32 +02:00
"scripts": {
"deploy": "cross-env NODE_ENV=production tsc && cross-env NODE_ENV=production vite build",
"lint": "eslint . --ext .js,.ts",
"test": "vitest run --coverage",
"test:watch": "vitest watch --coverage",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
2019-08-15 02:32:32 +02:00
},
"dependencies": {
"@csstools/postcss-relative-color-syntax": "^2.0.14",
"@fortawesome/fontawesome-free": "^6.5.2",
"@types/postcss-mixins": "^9.0.5",
"@types/web": "^0.0.143",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
2020-12-11 16:58:01 +01:00
"cross-env": "^7.0.3",
2023-02-18 22:26:26 +01:00
"eslint": "^8.34.0",
"jest-environment-jsdom": "^29.7.0",
"normalize.css": "^8.0.1",
"postcss-mixins": "^10.0.1",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4",
"vite": "^5.2"
2022-04-02 14:41:15 +02:00
},
"devDependencies": {
"@testing-library/dom": "^10.1.0",
"@types/chai-dom": "^1.11.3",
"@vitest/coverage-v8": "^1.5.3",
2024-04-30 22:03:57 +02:00
"chai": "^4.4",
"chai-dom": "^1.12.0",
"eslint-plugin-vitest": "^0.5.4",
"jsdom": "^24.0.0",
"vitest": "^1.5.3",
"vitest-fetch-mock": "^0.2.2"
2019-08-15 02:32:32 +02:00
}
}