-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.82 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
{
"name": "zita",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zillow/zita.git"
},
"description": "Build your own end-to-end image classifier",
"version": "0.0.1",
"scripts": {
"dev": "DEBUG='ZT*' node server.js",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@next/bundle-analyzer": "^10.0.8",
"@zeit/next-less": "^1.0.1",
"antd": "^3.23.2",
"apollo-boost": "^0.4.9",
"apollo-client": "^2.6.10",
"apollo-server-micro": "^2.21.1",
"babel-plugin-import": "^1.13.3",
"cross-env": "^7.0.3",
"debug": "^4.3.1",
"fast-deep-equal": "^3.1.3",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"ioredis": "^4.23.1",
"is-port-reachable": "^3.0.0",
"isomorphic-unfetch": "^3.1.0",
"less": "^3.12.2",
"less-loader": "^6.2.0",
"lodash.debounce": "^4.0.8",
"next": "^10.0.8",
"next-plugin-antd-less": "^0.3.0",
"nookies": "^2.5.2",
"null-loader": "^4.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hotkeys-hook": "^3.2.1",
"react-stack-grid": "^0.7.1",
"sanitize-filename": "^1.6.3",
"sass": "^1.32.8",
"send": "^0.17.1",
"uid-safe": "^2.1.5",
"zeromq": "^6.0.0-beta.6"
},
"engines": {
"node": "^14.16.0",
"npm": "^7.3.0"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-esnext": "^4.1.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"webpack-ant-icon-loader": "^1.0.8"
}
}