-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 890 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
{
"name": "prismic-portfolio-grid",
"private": true,
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.1.1",
"gatsby": "^2.28.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-nprogress": "^3.0.0",
"gatsby-plugin-theme-ui": "^0.3.4",
"gatsby-source-prismic": "^3.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-photo-gallery": "^8.0.0",
"react-spring": "^8.0.27",
"swiper": "^6.4.15",
"theme-ui": "^0.3.4"
},
"devDependencies": {
"prettier": "2.2.1"
}
}