This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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": "gatsby-starter-reactbricks",
"private": true,
"description": "A simple starter to get started quickly with React Bricks and Gatsby",
"version": "1.3.5",
"author": "Matteo Frana <[email protected]>",
"dependencies": {
"autoprefixer": "^10.4.7",
"bluebird": "^3.7.2",
"gatsby": "^4.16.0",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-offline": "^5.16.0",
"gatsby-plugin-postcss": "^5.16.0",
"gatsby-plugin-react-helmet": "^5.16.0",
"postcss": "^8.4.14",
"prism-theme-night-owl": "^1.4.0",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bricks": "^3.2.26",
"react-bricks-ui": "^0.4.2",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-slick": "^0.29.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.5",
"concurrently": "^7.2.2",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.3"
},
"keywords": [
"gatsby",
"react-bricks",
"react bricks",
"tailwind"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/reactbricks/gatsby-starter-reactbricks"
},
"bugs": {
"url": "https://github.com/reactbricks/gatsby-starter-reactbricks/issues"
}
}