-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "astro-open-props-starter",
"version": "0.0.3",
"description": "A starter template to build a website with Astro and Open Props",
"main": "index.js",
"scripts": {
"build": "astro build",
"commit": "cz",
"dev": "astro dev",
"start": "astro dev",
"preview": "astro preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cbontems/astro-open-props-starter.git"
},
"keywords": [
"Astro",
"Open",
"Props",
"template",
"starter"
],
"author": "C\u00e9dric Bontems <[email protected]> (https://thewebforge.dev/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cbontems/astro-open-props-starter/issues"
},
"homepage": "https://github.com/cbontems/astro-open-props-starter#readme",
"dependencies": {
"astro": "2.5.7",
"open-props": "1.5.8",
"postcss-import": "15.1.0",
"postcss-jit-props": "1.0.13",
"postcss-preset-env": "8.4.2"
},
"devDependencies": {
"cz-conventional-changelog": "3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}