-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.09 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
{
"name": "irelia",
"version": "0.1.0",
"repository": "git@github.com:kiqr/irelia.git",
"author": "Rasmus Kjellberg <2277443+kjellberg@users.noreply.github.com>",
"license": "MIT",
"private": true,
"scripts": {
"build": "yarn run build:js && yarn run build:css",
"build:js": "rollup --config rollup.config.mjs",
"build:css": "postcss ./app/assets/src/main.pcss -o ./app/assets/dist/stylesheets/irelia.css"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.2",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.0.1",
"rollup": "^4.18.0",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1"
},
"peerDependencies": {
"@hotwired/stimulus": "^3.0.0"
},
"dependencies": {
"@stimulus-components/dropdown": "^3.0.0",
"yarn": "^1.22.22"
}
}