philomena/assets/package.json

46 lines
1.4 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",
2024-06-12 22:56:58 +02:00
"lint": "eslint . && stylelint ./css/**/*.css",
"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": {
2024-06-12 21:01:29 +02:00
"@csstools/postcss-relative-color-syntax": "^2.0.16",
"@fortawesome/fontawesome-free": "^6.5.2",
"@types/postcss-mixins": "^9.0.5",
2024-06-12 21:01:29 +02:00
"@types/web": "^0.0.148",
"autoprefixer": "^10.4.19",
2020-12-11 16:58:01 +01:00
"cross-env": "^7.0.3",
"normalize.css": "^8.0.1",
"postcss-mixins": "^10.0.1",
"postcss-simple-vars": "^7.0.1",
"typescript": "^5.4",
"vite": "^5.4"
2022-04-02 14:41:15 +02:00
},
"devDependencies": {
"@testing-library/dom": "^10.1.0",
2024-06-12 21:01:29 +02:00
"@testing-library/jest-dom": "^6.4.6",
"@types/chai-dom": "^1.11.3",
"@vitest/coverage-v8": "^2.1.0",
"chai": "^5",
"eslint": "^9.11.0",
2024-07-04 02:23:01 +02:00
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vitest": "^0.5.4",
2024-07-03 22:54:14 +02:00
"jest-environment-jsdom": "^29.7.0",
2024-06-12 21:01:29 +02:00
"jsdom": "^24.1.0",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
2024-05-20 21:25:43 +02:00
"stylelint-config-standard": "^36.0.0",
2024-05-20 22:30:41 +02:00
"stylelint-prettier": "^5.0.0",
"typescript-eslint": "8.8.0",
"vitest": "^2.1.0",
"vitest-fetch-mock": "^0.3.0"
2019-08-15 02:32:32 +02:00
}
}