-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 828 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 828 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
26
27
28
29
{
"name": "archive",
"private": true,
"dependencies": {
"@github/auto-complete-element": "3.0.2",
"@github/file-attachment-element": "^1.0.2",
"@github/paste-markdown": "^1.4.2",
"@github/text-expander-element": "github:phillmv/text-expander-element#use_key_length_in_query",
"@github/textarea-autosize": "^0.2.0",
"@primer/css": "14.4.0",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.4",
"coffee-loader": "^1.0.0",
"coffeescript": "1.12.7",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
},
"packageManager": "yarn@1.22.4"
}