-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.33 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
{
"name": "storecomponents.store",
"private": true,
"version": "0.0.0",
"dependencies": {
"@vtex/gatsby-plugin-graphql": "^0.36.0",
"@vtex/gatsby-plugin-vtex-nginx": "^0.68.0",
"@vtex/gatsby-theme-vtex": "^0.41.0",
"@vtex/store-ui": "^0.37.0",
"babel-preset-gatsby": "^0.5.5",
"gatsby": "^2.24.39",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-netlify": "^2.3.5",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-source-filesystem": "^2.3.23",
"react": "^0.0.0-experimental-7f28234f8",
"react-dom": "^0.0.0-experimental-7f28234f8"
},
"devDependencies": {
"@types/theme-ui": "^0.3.6",
"@vtex/prettier-config": "^0.3.1",
"@vtex/tsconfig": "^0.5.0",
"eslint": "^7.7.0",
"eslint-config-vtex-react": "^6.7.1",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
},
"resolutions": {
"@typescript-eslint/parser": "^3.8.0",
"@typescript-eslint/eslint-plugin": "^3.8.0"
},
"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 --ext js,ts,jsx,tsx .",
"test:lhci": "lhci autorun"
}
}