forked from land-of-apps/sample_app_6th_ed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 697 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 697 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
25
{
"name": "sample_app",
"private": true,
"scripts": {
"openapi": "appmap openapi --appmap-dir tmp/appmap --openapi-title 'Rails Sample App' --openapi-version 6",
"pre-commit-scan": "node ./scripts/pre-commit-scan.js"
},
"dependencies": {
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.3.0",
"@types/node": "^17.0.33",
"bootstrap": "3.4.1",
"jquery": "3.5.1",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"packageManager": "yarn@3.2.1",
"devDependencies": {
"@appland/appmap": "^3.29.4",
"@appland/scanner": "^1.60.0",
"glob": "^8.0.3"
}
}