-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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": "css-generator",
"description": "Generate CSS (+ HTML) code with simple UI, by Zinglecode",
"keywords": [
"css",
"css-generator",
"react",
"gatsby",
"bulma"
],
"version": "1.3.1",
"author": "Potchara Puttawanchai",
"homepage": "https://css-generator.netlify.app/",
"repository": {
"type": "git",
"url": "https://github.com/potchangelo/css-generator.git"
},
"bugs": {
"url": "https://github.com/potchangelo/css-generator.git/issues"
},
"license": "MIT",
"engines": {
"node": "18"
},
"volta": {
"node": "18.16.1"
},
"scripts": {
"develop": "gatsby develop --port 8100",
"develop-0000": "gatsby develop --host 0.0.0.0 --port 8100",
"start": "gatsby develop --port 8100",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"bulma": "^0.9.4",
"gatsby": "^5.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-offline": "^6.11.0",
"gatsby-plugin-react-helmet": "^6.11.0",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-sass": "^6.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"sass": "^1.63.6",
"sharp": "^0.32.1"
},
"devDependencies": {
"prettier": "^2.8.8"
}
}