forked from creativetimofficial/astro-ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "astro-ecommerce",
"type": "module",
"version": "1.0.0",
"description": "The ultimate starter template for your e-commerce web project",
"main": "assets/js/astro-ecommerce.min.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"keywords": [
"Astro",
"Ecommerce",
"Corporate",
"Store Theme",
"Online Store",
"Ecommerce template",
"Astro e-commerce",
"Astro ecommerce",
"Astro store",
"Store theme",
"ecommerce theme",
"Astro Ecommerce theme",
"Astro Ecommerce store",
"Astro template",
"Astro store template"
],
"author": "Creative Tim <[email protected]> (https://www.creative-tim.com/)",
"license": "MIT",
"dependencies": {
"@astrojs/react": "^1.2.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.0.1",
"forward-ref": "^1.0.0",
"json-server": "^0.17.0",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"sass": "^1.55.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/astro-ecommerce.git"
},
"bugs": {
"url": "https://github.com/creativetimofficial/astro-ecommerce/issues"
},
"homepage": "https://www.creative-tim.com/astro"
}