-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.09 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
{
"name": "cache-money",
"description": "Welcome to Cachier, a lightweight GraphQL caching tool that is configured specifically for GraphQL to reduce load times and minimize data fetching.",
"version": "1.0.0",
"main": "webpack.config.js",
"scripts": {
"start": "NODE_ENV=production npx ts-node ./demo/server/server.ts",
"build": "webpack --mode production",
"dev": "NODE_ENV=development webpack-dev-server --open & nodemon ./demo/server/server.ts"
},
"dependencies": {
"@cachier/cache-partials": "^1.0.0",
"@cachier/client-side": "^1.0.1",
"@cachier/server-side": "^1.0.2",
"@tailwindcss/typography": "^0.5.8",
"babel-core": "^6.26.3",
"chart.js": "^3.9.1",
"concurrently": "^7.5.0",
"cors": "^2.8.5",
"daisyui": "^2.42.1",
"depcheck": "^1.4.3",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"mongoose": "^6.7.2",
"node": "^19.0.1",
"node-fetch": "^3.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.3",
"redis": "^4.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.1",
"depcheck": "^1.4.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"postcss": "^8.4.19",
"postcss-loader": "^7.0.1",
"react-svg-loader": "^3.0.3",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"supertest": "^6.3.1",
"tailwindcss": "^3.2.4",
"ts-loader": "^9.4.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/Cache-MoneyQL.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/Cache-MoneyQL/issues"
}
}