-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1023 Bytes
/
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
{
"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 chrome --headless'",
"test:cypress": "cypress open"
},
"dependencies": {
"@astrojs/mdx": "^3.0.0",
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"astro": "^4.7.1",
"npm": "^10.8.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"angular-expressions": "^1.2.1",
"cypress": "^13.9.0",
"docxtemplater": "^3.47.2",
"eslint": "^9.2.0",
"eslint-plugin-astro": "^1.1.2",
"mochawesome": "^7.1.3",
"pizzip": "^3.1.7",
"puppeteer": "^22.9.0",
"start-server-and-test": "^2.0.3"
}
}