generated from opensafely-core/repo-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1 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
{
"name": "sacro-assets",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"./assets/src/scripts\" \"./sacro-app\" \"./cypress\" \"./*.{cjs,js}\"",
"lint:fix": "npm run lint -- --fix",
"cypress:open": "cypress open --e2e",
"cypress:run": "cypress run"
},
"dependencies": {
"@preact/signals": "^1.1.3",
"@tailwindcss/forms": "^0.5.3",
"highlight.js": "^11.9.0",
"htm": "^3.1.1",
"papaparse": "^5.4.1",
"vhtml": "^2.2.0",
"vite": "^4.3.9"
},
"devDependencies": {
"@testing-library/cypress": "^9.0.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.16.0",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}