-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 935 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
35
{
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@rails/ujs": "^6.1.0",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.3.1",
"postcss": "^8.2.1",
"stimulus": "^2.0.0",
"tailwindcss": "^2.0.2",
"turbolinks": "^5.2.0"
},
"scripts": {
"heroku-postbuild": "yarn prod",
"dev": "mix",
"watch": "mix watch",
"prod": "mix --production"
},
"devDependencies": {
"@babel/compat-data": "^7.12.7",
"@types/node": "^14.14.16",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"browser-sync": "^2.26.7",
"compression-webpack-plugin": "^7.1.1",
"eslint": "^7.16.0",
"laravel-mix": "^6.0.5",
"prettier": "^2.2.1",
"resolve-url-loader": "3.1.2",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3"
}
}