-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.94 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
{
"name": "w3flo.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen": "graphql-codegen --config graphql-codegen.yml",
"gen-grpc": "grpc_tools_node_protoc --js_out=import_style=commonjs,binary:./generated --ts_out=./generated --grpc_out=grpc_js:./generated -I ../flo/deps/flo-grpc/proto ../flo/deps/flo-grpc/proto/*.proto"
},
"dependencies": {
"@blueprintjs/core": "^3.30.0",
"@blueprintjs/icons": "^3.19.0",
"@graphql-codegen/typescript-urql": "^3.4.2",
"@grpc/grpc-js": "^1.7.3",
"@hapi/joi": "^17.1.1",
"@now/node": "^1.7.2",
"@react-hook/debounce": "^3.0.0",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.19.2",
"chart.js": "^3.7.0",
"chartjs-adapter-date-fns": "^2.0.0",
"classnames": "^2.2.6",
"date-fns": "^2.28.0",
"dotenv": "^8.2.0",
"google-protobuf": "^3.21.2",
"graphql": "^16.2.0",
"graphql-ws": "^5.5.5",
"immer": "^9.0.7",
"jsonwebtoken": "^8.5.1",
"next": "12",
"protoc-gen-ts": "^0.8.5",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-redux": "^7.2.0",
"react-scrollbars-custom": "^4.0.25",
"redux": "^4.0.5",
"urql": "^2.0.6"
},
"devDependencies": {
"@graphql-codegen/cli": "2.3.1",
"@graphql-codegen/introspection": "2.1.1",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-operations": "2.2.2",
"@graphql-codegen/urql-introspection": "2.1.1",
"@types/google-protobuf": "^3.15.4",
"@types/hapi__joi": "^17.1.4",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.159",
"@types/node": "^14.0.22",
"@types/react": "^16.9.42",
"@types/react-redux": "^7.1.9",
"grpc-tools": "^1.11.3",
"lodash": "^4.17.19",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.6.0",
"typescript": "^4.3.2"
},
"engines": { "node": "18.x" }
}