add relay environment
This commit is contained in:
13
package.json
13
package.json
@@ -5,7 +5,9 @@
|
||||
"dev": "./bin/webpack-dev-server",
|
||||
"lint": "eslint --ext .jsx,.js,.tsx,.ts app/javascript/",
|
||||
"lint:fix": "eslint --fix --ext .jsx,.js,.tsx,.ts app/javascript/",
|
||||
"tsc": "tsc --noEmit"
|
||||
"tsc": "tsc --noEmit",
|
||||
"relay": "relay-compiler --schema app/javascript/__generated__/schema.graphql --src app/javascript/src --extensions tsx --language typescript",
|
||||
"relay:watch": "relay-compiler --schema app/javascript/__generated__/schema.graphql --src app/javascript/src --extensions tsx --language typescript --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@auth0/auth0-react": "^1.6.0",
|
||||
@@ -18,12 +20,17 @@
|
||||
"@types/react": "^17.0.15",
|
||||
"@types/react-dom": "^17.0.9",
|
||||
"autoprefixer": "^9",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"babel-plugin-relay": "^11.0.2",
|
||||
"classnames": "^2.3.1",
|
||||
"postcss": "^7",
|
||||
"ramda": "^0.27.1",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-relay": "^11.0.2",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"relay-runtime": "^11.0.2",
|
||||
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
|
||||
"turbolinks": "^5.2.0",
|
||||
"typescript": "^4.3.5",
|
||||
@@ -33,12 +40,16 @@
|
||||
"version": "0.1.0",
|
||||
"devDependencies": {
|
||||
"@types/ramda": "^0.27.44",
|
||||
"@types/react-relay": "^11.0.2",
|
||||
"@types/react-router-dom": "^5.1.8",
|
||||
"dotenv-webpack": "^7.0.3",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-vtex": "^14.1.0",
|
||||
"eslint-config-vtex-react": "^8.1.0",
|
||||
"graphql": "^15.5.1",
|
||||
"prettier": "^2.3.2",
|
||||
"relay-compiler": "^11.0.2",
|
||||
"relay-compiler-language-typescript": "^14.0.0",
|
||||
"webpack-dev-server": "^3.11.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user