-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1007 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 1007 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
{
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@rails/ujs": "^6.0.0",
"alpinejs": "^2.1.2",
"babel-plugin-prismjs": "^2.0.1",
"normalize-scss": "^7.0.1",
"prismjs": "^1.19.0",
"simplemde": "^1.11.2",
"tailwindcss": "^1.1.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": {
"@tailwindcss/custom-forms": "^0.2.1",
"browser-sync": "^2.18.13",
"laravel-mix": "^4.0.0",
"resolve-url-loader": "2.3.1",
"sass": "1.17.1",
"sass-loader": "7.*",
"vue-template-compiler": "^2.5.22"
}
}