forked from elraphty/TeamTREVLNpay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "teamtrev",
"version": "0.1.0",
"private": true,
"scripts": {
"server": "nodemon server",
"dev": "next dev",
"build": "next build",
"start": "node server/index.js",
"lint": "next lint",
"db-migrate": "knex migrate:latest"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@headlessui/react": "^1.5.0",
"autoprefixer": "^10.4.4",
"axios": "^0.26.1",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"formik": "^2.2.9",
"graphql": "^16.3.0",
"knex": "^1.0.4",
"moment": "^2.29.1",
"next": "12.1.0",
"node-sass": "^7.0.1",
"objection": "^3.0.1",
"pg": "^8.7.3",
"postcss": "^8.4.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^12.0.4",
"react-icons": "^4.3.1",
"styled-components": "^5.3.5",
"tailwindcss": "^3.0.23",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.6",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0"
}
}