-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "stripe-js-samples",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3006",
"build": "next build",
"start": "next start",
"typecheck": "tsc",
"lint": "next lint"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.52.0",
"lodash": "^4.17.21",
"next": "^12.1.6",
"qs": "^6.11.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-stripe-elements": "^6.1.2",
"stripe": "^12.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@types/node": "^13.13.1",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.9",
"autoprefixer": "^10.2.5",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.0",
"prettier": "^2.3.2",
"tailwindcss": "^3.3.2",
"typescript": "^4.3.2"
}
}