-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.97 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
{
"name": "listf.in",
"version": "1.0.0",
"description": "an advanced recursive ticketing application",
"main": "index.js",
"scripts": {
"start": "node server/index.js",
"build": "webpack",
"build:dev": "webpack --mode development --watch",
"test": "jest"
},
"author": "Tarrin Neal",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@types/express": "^4.17.12",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.7",
"@types/react-dom": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-react": "^7.24.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.0.5",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",
"sass-loader": "^11.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.3.4",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {
"@apollo/client": "^3.3.20",
"@auth0/auth0-react": "^1.5.0",
"@graphql-tools/schema": "^7.1.5",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"apollo-server-express": "^3.1.1",
"axios": "^0.21.1",
"dgraph-js": "^21.3.1",
"dgraph-js-http": "^21.3.1",
"express": "^4.17.1",
"graphql": "^15.5.1",
"graphql-subscriptions": "^1.2.1",
"graphql-tag": "^2.12.5",
"grpc": "^1.24.11",
"i": "^0.3.6",
"node-fetch": "^2.6.1",
"npm": "^7.20.6",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^17.0.2",
"react-indiana-drag-scroll": "^2.1.0",
"react-router": "^5.2.0",
"subscriptions-transport-ws": "^0.9.19"
}
}