-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "gatsby-starter-prismic-blog",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"author": "Prismic <[email protected]> (https://prismic.io)",
"scripts": {
"develop": "concurrently \"npm:gatsby:develop\" \"npm:slicemachine\" --names \"gatsby,slicemachine\" --prefix-colors blue,magenta",
"gatsby:develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"slicemachine": "start-slicemachine",
"format": "prettier --write ."
},
"dependencies": {
"@prismicio/client": "^6.7.1",
"@prismicio/helpers": "^2.3.5",
"@prismicio/react": "^2.5.0",
"clsx": "^1.2.1",
"gatsby": "^4.23.1",
"gatsby-plugin-image": "^2.23.0",
"gatsby-plugin-postcss": "^5.23.0",
"gatsby-plugin-prismic-previews": "^5.2.10",
"gatsby-source-prismic": "^5.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"concurrently": "^7.4.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"slice-machine-ui": "^0.4.2",
"tailwindcss": "^3.1.8"
}
}