-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
35 lines (35 loc) · 956 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": "mish-friendly-food",
"version": "1.0.0",
"description": "Do you have dietary requirements or allergies? Love to travel? :airplane: Then you'll :heart: this app.",
"main": "index.js",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"start": "npm run dev",
"e2e": "npx playwright test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mishmanners/mish-friendly-food.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mishmanners/mish-friendly-food/issues"
},
"homepage": "https://github.com/mishmanners/mish-friendly-food#readme",
"dependencies": {
"astro": "^1.5.2"
},
"devDependencies": {
"@astrojs/react": "^1.2.2",
"@playwright/test": "^1.45.3",
"postcss-import": "^15.0.0",
"postcss-nesting": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}