generated from stephendolan/lucky_jumpstart
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.19 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
{
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@rails/ujs": "^6.0.0",
"@tailwindcss/ui": "^0.6.2",
"normalize-scss": "^7.0.1",
"stimulus": "^1.1.1",
"tailwindcss": "^1.9.4",
"turbolinks": "^5.2.0"
},
"scripts": {
"heroku-postbuild": "yarn prod",
"dev": "yarn run webpack --progress --hide-modules --color --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "yarn run webpack --watch --hide-modules --color --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "NODE_ENV=production yarn run webpack --progress --hide-modules --color --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@babel/compat-data": "^7.9.0",
"@types/node": "^14.14.2",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"browser-sync": "^2.26.7",
"compression-webpack-plugin": "^6.0.3",
"eslint": "^7.11.0",
"laravel-mix": "^5.0.7",
"prettier": "^2.1.2",
"resolve-url-loader": "3.1.2",
"sass": "1.27.0",
"sass-loader": "^10.0.4",
"ts-loader": "^8.0.6",
"typescript": "^4.0.3"
}
}