-
-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
{
"name": "@app/client",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "cd src && node -r @app/config/env ../node_modules/.bin/next build"
},
"dependencies": {
"@apollo/react-hooks": "^3.0.0",
"@app/components": "0.0.0",
"@app/config": "0.0.0",
"@app/graphql": "0.0.0",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.8",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.17",
"@types/ws": "^7.2.0",
"@types/zxcvbn": "^4.4.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"antd": "^3.26.7",
"apollo-cache-inmemory": "^1.6.5",
"apollo-client": "^2.6.8",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.11",
"apollo-link-http": "^1.5.15",
"apollo-link-ws": "^1.0.18",
"axios": "^0.19.1",
"graphql": "^14.4.2",
"less": "^3.9.0",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.15",
"net": "^1.0.2",
"next": "^9.2.0",
"next-with-apollo": "^4.3.0",
"nprogress": "^0.2.0",
"prop-types": "^15.7.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"subscriptions-transport-ws": "^0.9.0",
"tls": "^0.0.1",
"webpack": "^4.41.5",
"ws": "^7.2.0",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/express": "^4.17.2",
"babel-plugin-import": "^1.13.0",
"express": "^4.17.1",
"postgraphile": "^4.5.5"
}
}