-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 934 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": "@outpost_platform/outpost",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "20.9.0",
"yarn": "1.22.19"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "5.4.4",
"@yaireo/tagify": "^4.9.8",
"choices.js": "^9.0.1",
"conglomerate-element-dataset": "^1.4.1",
"dotenv": "^8.2.0",
"js-worker-search": "^1.4.1",
"nodelist-foreach-polyfill": "^1.2.0",
"polyfill-array-includes": "^2.0.0",
"time-input-polyfill": "^1.0.9",
"tippy.js": "^6.2.3",
"trix": "^2.0.5",
"turbolinks": "^5.2.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^5.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\""
}
}