-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.87 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
53
54
55
56
57
58
59
60
{
"name": "tngcp-boilerplate",
"version": "1.0.0",
"main": "index.js",
"repository": "ssh://[email protected]/therebelrobot/tngcp-boilerplate.git",
"author": "therebelrobot <[email protected]>",
"license": "MIT",
"dependencies": {
"@apollo/client": "^3.3.20",
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.4",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@graphql-tools/graphql-file-loader": "^6.2.3",
"@graphql-tools/load": "^6.2.3",
"apollo-server-micro": "2.25.2",
"dotenv": "^8.2.0",
"framer-motion": "^4.1.17",
"graphql": "^15.3.0",
"graphql-import": "^1.0.2",
"knex": "^0.21.5",
"next": "^11.0.1",
"next-cookies": "^2.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"zustand": "^3.5.4"
},
"scripts": {
"start": "echo 'Reading environment from .env if present...'; ./scripts/start",
"test": "jest",
"typecheck": "tsc",
"lint": "eslint --max-warnings=0 --ext=ts,tsx ."
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"babel-jest": "^26.3.0",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"jest": "^26.4.2",
"lodash": "^4.17.20",
"prettier": "^2.3.1",
"prettier-plugin-organize-imports": "^1.1.1",
"react-test-renderer": "^16.13.1",
"typescript": "^4.3.4"
}
}