-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
39 lines (39 loc) · 1.27 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
{
"private": true,
"scripts": {
"start": "yarn workspace docs develop",
"start-broadcast": "yarn workspace docs develop-broadcast",
"test": "jest --watch",
"test-build": "jest",
"lint": "eslint . --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "yarn lint --fix",
"pretty": "prettier --write \"**/*.{ts,tsx,js,css,scss}\"",
"type-check": "yarn workspace gatsby-theme-shopify-manager tsc --noEmit",
"build-docs": "yarn workspace docs build",
"check-all": "yarn lint && yarn type-check && yarn test-build"
},
"workspaces": [
"gatsby-theme-shopify-manager",
"docs"
],
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@testing-library/react-hooks": "^3.4.1",
"@types/jest": "^25.1.3",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"babel-jest": "^25.1.0",
"babel-preset-gatsby": "^0.2.29",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.13.0"
},
"version": "0.0.0"
}