-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.75 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.75 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@outpost_platform/outpost",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.19.4"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.6",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@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",
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@csstools/postcss-sass": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"autoprefixer": "^10.4.21",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.1.1",
"postcss-nesting": "^13.0.2",
"postcss-preset-env": "^10.2.4",
"postcss-scss": "^4.0.9",
"rollup": "^4.46.2",
"rollup-plugin-node-globals": "^1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "rollup -c --bundleConfigAsCjs rollup.config.js",
"build:css": "postcss ./app/assets/stylesheets/application.postcss.css -o ./app/assets/builds/application.css"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}