-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pinebox",
"private": true,
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/owner/repo.git"
},
"engines": {
"node": ">=12.x",
"npm": ">=6.x",
"yarn": ">=1.x"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@hotwired/stimulus": "^3.0.0",
"@hotwired/turbo-rails": "^7.0.0-rc.5",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@tailwindcss/typography": "^0.4.1",
"@vitejs/plugin-legacy": "^1.5.3",
"autoprefixer": "^10.3.1",
"core-js": "^3.16.1",
"cssnano": "^5.0.7",
"inter-ui": "^3.19.3",
"postcss": "^8.3.6",
"postcss-cli": "^8.3.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-nesting": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-scss": "^4.0.0",
"regenerator-runtime": "^0.13.9",
"sass": "^1.41.1",
"stimulus-use": "^0.50.0-0",
"stimulus-vite-helpers": "^1.0.4",
"tailwindcss": "^2.2.7",
"typescript": "^4.4.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.30.0",
"@typescript-eslint/parser": "^4.30.0",
"@webpack-cli/serve": "^1.5.1",
"eslint": "^7.32.0",
"prettier": "^2.3.2",
"prettierrc": "^0.0.0-5",
"vite": "^2.7.7",
"vite-plugin-ruby": "^3.0.5"
},
"browserslist": [
"last 2 versions",
"not IE 11",
"iOS >= 9",
"not dead"
],
"scripts": {
"lint:js": "eslint --ext=js,ts ./app/javascript --cache",
"test:ts": "tsc"
}
}