-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "new-charter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.1.2",
"@stripe/stripe-js": "^2.0.0",
"@tinymce/tinymce-react": "^4.3.0",
"bcrypt": "^5.1.0",
"cheerio": "^1.0.0-rc.12",
"cookie": "^0.5.0",
"duckgen": "^1.1.1",
"jsonwebtoken": "^9.0.0",
"leaflet": "^1.9.3",
"mysql2": "^3.2.0",
"next": "13.2.4",
"pg": "^8.10.0",
"pg-hstore": "^2.3.4",
"probe-image-size": "^7.2.3",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-credit-cards": "^0.8.3",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"request-ip": "^3.3.0",
"sequelize": "^6.29.3",
"sqlite3": "^5.1.4",
"stripe": "^11.14.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}