-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 885 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
36
37
38
39
{
"name": "colormix.site",
"version": "1.0.0",
"description": "Visualize the CSS color-mix function.",
"main": "index.js",
"scripts": {
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"prettier": "prettier --write src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tylergaw/colormix.site.git"
},
"bugs": {
"url": "https://github.com/tylergaw/colormix.site/issues"
},
"homepage": "https://www.colormix.style",
"keywords": [
"color-mix",
"css",
"astro"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@astrojs/preact": "2.1.0",
"astro": "2.3.2",
"astro-icon": "0.8.0",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.8.0"
},
"dependencies": {
"@nanostores/preact": "0.4.1",
"nanostores": "0.8.1",
"preact": "10.13.2"
}
}