-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 989 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 989 Bytes
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
{
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@fontsource/inter": "^4.5.0",
"@rails/ujs": "^6.1.4",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"postcss": "^8.3.6",
"stimulus": "^2.0.0",
"tailwindcss": "^2.2.15",
"turbolinks": "^5.2.0"
},
"scripts": {
"heroku-postbuild": "yarn prod",
"dev": "TAILWIND_MODE=build mix",
"watch": "mix watch",
"prod": "mix --production"
},
"devDependencies": {
"@babel/compat-data": "^7.15.0",
"@types/node": "^16.9.1",
"@types/webpack-env": "^1.16.2",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"browser-sync": "^2.27.5",
"compression-webpack-plugin": "^8.0.1",
"eslint": "^7.32.0",
"laravel-mix": "^6.0.30",
"prettier": "^2.4.0",
"resolve-url-loader": "4.0.0",
"ts-loader": "^9.2.5",
"typescript": "^4.4.2"
}
}