-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 895 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": "com.example.stripe-apps-monetization",
"version": "0.0.1",
"description": "Stripe Apps Monetization",
"private": true,
"license": "~~proprietary~~",
"dependencies": {
"@stripe/ui-extension-sdk": "^8.1.0",
"random-words": "^1.2.0",
"react": "^17.0.2",
"stripe": "^10.2.0"
},
"engines": {
"node": ">=14"
},
"scripts": {
"test": "jest",
"unique-id": "node scripts/random-app-id.js"
},
"resolutions": {
"@types/react": "^17.0.2"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.22.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^27.5.1",
"jest-transform-stub": "^2.0.0",
"ts-jest": "^27.1.4",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}