-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
34 lines (34 loc) · 948 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
{
"dependencies": {
"@amcharts/amcharts4": "^4.10.39",
"@amcharts/amcharts4-geodata": "^4.1.30",
"@rails/ujs": "^7.1.3-4",
"@tailwindcss/postcss": "^4.0.0",
"jquery": "^3.7.1",
"sass": "^1.83.0",
"signature_pad": "^3.0.0-beta.4",
"tailwindcss": "^2.2.7",
"vite-plugin-rails": "^0.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"vite": "^6.0.0",
"vite-plugin-ruby": "^5.1.0"
},
"engines": {
"node": "22.x.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "https://github.com/rubyaustralia/ruby_au.git"
},
"license": "MIT",
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}