forked from setlife-network/setlife-solutions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 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
{
"name": "setlife-solutions",
"version": "1.1.2",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"order-strings": "node -e \"require('./scripts/orderStrings').sortStrings()\""
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@graphql-tools/merge": "^8.3.0",
"@graphql-tools/schema": "^8.5.0",
"@sendgrid/mail": "^7.7.0",
"apollo-server": "^3.9.0",
"apollo-server-micro": "^3.9.0",
"aws-sdk": "^2.1236.0",
"discord-webhook-node": "^1.1.8",
"dotenv": "^16.0.1",
"graphql": "^16.5.0",
"lodash": "^4.17.21",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": "12.2.0",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"rc-slider": "^10.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sequelize": "^6.21.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/lodash": "^4.14.184",
"@types/micro-cors": "^0.1.2",
"@types/node": "^18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"autoprefixer": "^10.4.7",
"eslint": "^8.20.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"sequelize-cli": "^6.4.1",
"tailwindcss": "^3.1.5",
"typescript": "^4.7.4"
}
}