-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (25 loc) · 964 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
{
"name": "queryly",
"version": "1.0.0",
"description": "## Collaborative Q&A The link to the page with more information about our theme is [here](https://docs.google.com/document/u/1/d/e/2PACX-1vR32xc08c7jw9CTvy9KPDdSd0Hv9oRsAPpx0KooTmtFQrUuM6Er_Cm8ZT2OaeT11D1IKlEOb7uy5WV_/pub).",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"development": "cross-env NODE_ENV=development npx mix",
"dev": "cross-env NODE_ENV=development npx mix",
"production": "cross-env NODE_ENV=production npx mix",
"prod": "cross-env NODE_ENV=production npx mix",
"webpack": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bootstrap": "^5.3.0-alpha1",
"laravel-mix": "^6.0.49",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^12.6.0"
}
}