-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.36 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "lokaler-lnu-no",
"private": true,
"version": "0.1.0",
"engines": {
"node": "23.x",
"yarn": "1.22.21"
},
"scripts": {
"build": "node esbuild.config.mjs --minify --sourcemap",
"build:dev": "node esbuild.config.mjs --minify --sourcemap --watch",
"build:css": "postcss app/assets/stylesheets/application.css -o ./app/assets/builds/application.css"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^7.2.2",
"@rails/actioncable": "^7.2.2",
"@rails/actiontext": "^7.2.2",
"@rails/activestorage": "^7.2.2",
"@rails/ujs": "^7.1.3-4",
"@splidejs/splide": "^4.1.4",
"chart.js": "^4.4.6",
"chartkick": "^5.0.1",
"dotenv": "^16.4.5",
"esbuild-rails": "^1.0.7",
"mapbox-gl": "^3.8.0",
"tom-select": "^2.3.1",
"trix": "^2.1.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"core-js": "^3.39.0",
"esbuild": "^0.24.0",
"eslint": "^9.14.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.24.2",
"playwright": "1.48.2",
"postcss": "^8.4.33",
"postcss-cli": "^11.0.0",
"postcss-extend-rule": "^4.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^16.0.0",
"postcss-preset-env": "^10.1.0",
"postcss-url": "^10.1.3",
"tailwindcss": "^3.4.1"
}
}