-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 969 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
{
"name": "beets-css-dev",
"version": "1.0.0",
"description": "This basic starter template is setup to work with TailwindCSS, SASS and BrowserSync, as well as autoprefixer.",
"main": "index.js",
"scripts": {
"build": "mix",
"watch": "mix watch",
"prod": "cross-env NODE_ENV=production npm run build"
},
"keywords": [],
"author": "Jonas Birkelöf",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.4",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.43",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.1.0",
"bootstrap": "^5.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonasbirkelof/dev-env-basic.git"
},
"bugs": {
"url": "https://github.com/jonasbirkelof/dev-env-basic/issues"
},
"homepage": "https://github.com/jonasbirkelof/dev-env-basic#readme"
}