-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "biscoind.store",
"private": true,
"version": "0.0.0",
"dependencies": {
"@vtex/gatsby-plugin-vtex-nginx": "^0.68.0",
"@vtex/gatsby-theme-vtex": "^0.8.1-alpha.1",
"dotenv": "^8.2.0",
"gatsby": "^2.23.3",
"gatsby-image": "^2.4.7",
"gatsby-plugin-manifest": "^2.4.11",
"gatsby-plugin-netlify": "^2.3.5",
"gatsby-source-filesystem": "^2.3.13",
"prop-types": "^15.7.2",
"react": "^0.0.0-experimental-7f28234f8",
"react-dom": "^0.0.0-experimental-7f28234f8",
"react-helmet": "^6.1.0",
"swr": "^0.2.3",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"@types/theme-ui": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@vtex/prettier-config": "^0.3.1",
"eslint": "^7.3.1",
"eslint-config-vtex-react": "^6.6.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"src/*.{ts,js,tsx,jsx,json}\"",
"lint": "eslint src --ext .js,.ts,.jsx,.tsx",
"test:lhci": "lhci autorun"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}