-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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": "clintp.xyz",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "npm run test:lint && ./resume/test.sh && npm run test:e2e",
"test:lint": "eslint .",
"test:e2e": "start-server-and-test 'PORT=8080 astro dev --host --port 8080' 8080 'cypress run --reporter mochawesome --browser electron --headless'",
"test:cypress": "cypress open"
},
"dependencies": {
"@astrojs/mdx": "^4.3.7",
"@astrojs/tailwind": "^5.1.5",
"@fortawesome/fontawesome-free": "^6.5.2",
"astro": "^5.14.4",
"npm": "^10.8.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"angular-expressions": "^1.5.5",
"cypress": "^13.17.0",
"docxtemplater": "^3.68.7",
"eslint": "^9.39.4",
"eslint-plugin-astro": "^1.7.0",
"eslint-plugin-mdx": "^3.8.1",
"mochawesome": "^7.1.4",
"pizzip": "^3.2.0",
"puppeteer": "^22.15.0",
"sharp": "^0.34.5",
"start-server-and-test": "^2.1.5"
}
}