-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.95 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "groves",
"version": "0.0.1",
"description": "the world-bridge",
"license": "GPL-3.0",
"author": "[email protected]",
"main": "index.ts",
"scripts": {
"build": "next build",
"dev": "node server.ts",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc --ignore-path .gitignore",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./ --fix",
"start": "NODE_ENV=production node server.ts",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"dependencies": {
"@antv/layout": "^0.1.31",
"@antv/x6": "^1.30.0",
"@antv/x6-react-components": "^1.1.15",
"@antv/x6-react-shape": "^1.6.0",
"@apollo/client": "^3.0.0-beta.39",
"@apollo/react-hooks": "^3.1.5",
"@blueprintjs/core": "^4.0.0-rc.0",
"@blueprintjs/icons": "^4.0.0-rc.0",
"@blueprintjs/popover2": "^1.0.0-rc.0",
"@blueprintjs/select": "^4.0.0-rc.0",
"@grpc/proto-loader": "^0.6.9",
"@segment/analytics-next": "^1.33.4",
"@segment/snippet": "^4.15.3",
"@storybook/addon-storysource": "^6.4.18",
"@storybook/preset-scss": "^1.0.3",
"@storybook/preset-typescript": "^3.0.0",
"@tippyjs/react": "^4.1.0",
"@types/next-auth": "^3.15.0",
"add": "^2.0.6",
"antd": "^4.18.6",
"aws-sdk": "^2.819.0",
"axios": "^0.19.2",
"classnames": "^2.3.1",
"deepmerge": "^4.2.2",
"dotenv": "^14.3.2",
"downshift": "^5.0.3",
"ervell": "https://github.com/aredotna/ervell.git",
"es6-promise": "^4.2.8",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"fs": "^0.0.1-security",
"graphql": "^15.0.0",
"html-react-parser": "^0.10.3",
"lodash": "^4.17.21",
"next": "12.0.2",
"next-global-css": "^1.2.0",
"next-themes": "^0.0.15",
"next-with-apollo": "^5.2.1",
"nookies": "^2.0.8",
"prettier": "^2.5.1",
"rc-slider": "^9.7.2",
"react": "^17.0.2",
"react-collapsible": "^2.7.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.2",
"react-dropzone": "^11.2.0",
"react-easy-panzoom": "devinhalladay/react-easy-panzoom",
"react-hotkeys": "^2.0.0",
"react-markdown": "^6.0.0",
"react-query": "^3.5.9",
"react-rnd": "^10.2.0",
"react-toastify": "^6.0.9",
"remark-gfm": "^1.0.0",
"tsconfig-paths-webpack-plugin": "^3.5.2"
},
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.17.2",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/builder-webpack5": "^6.4.18",
"@storybook/manager-webpack5": "^6.4.18",
"@storybook/react": "^6.4.18",
"@svgr/webpack": "^6.2.0",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.0.6",
"css-loader": "^6.6.0",
"eslint": "^8.8.0",
"eslint-config-next": "11.1.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.6",
"local-ssl-proxy": "^1.3.0",
"ngrok": "^4.3.0",
"patch-package": "^6.2.2",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postinstall-postinstall": "^2.1.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"storybook-addon-apollo-client": "^4.0.11",
"storybook-addon-next": "^1.4.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.22",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"vercel": "^23.1.2",
"webpack": "^5.67.0"
},
"peerDependencies": {
"eslint-config-airbnb": "^18.2.1"
}
}