forked from gather-community/gather
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "app",
"private": "true",
"dependencies": {
"@hotwired/stimulus": "^3.1.1",
"@hotwired/turbo-rails": "^8.0.23",
"@stripe/stripe-js": "^5.2.0",
"easymde": "^2.20.0"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
"check-types": "tsc --noEmit --watch --preserveWatchOutput"
},
"devDependencies": {
"@types/gapi": "^0.0.43",
"@types/google.picker": "^0.0.39",
"@types/jquery": "^3.5.14",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"esbuild": "^0.25.0",
"eslint": "^7.32.0",
"typescript": "~4.8.0"
}
}