-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.44 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "base",
"private": true,
"version": "8.13.2",
"description": "",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "[email protected]:waynestate/base-site.git"
},
"keywords": [],
"license": "MIT",
"author": "Web Communications <[email protected]>",
"bugs": {
"url": "https://github.com/waynestate/base-site/issues"
},
"homepage": "https://base.wayne.edu/",
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@waynestate/wsufooter": "^1.1.0",
"@waynestate/wsuheader": "^2.2.0",
"accordion": "^3.0.2",
"autoprefixer": "^10.4.13",
"browser-sync": "^2.28.1",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^11.0.0",
"eslint": "^8.30.0",
"eslint-webpack-plugin": "^3.2.0",
"flickity": "^2.3.0",
"intersection-observer": "^0.12.2",
"laravel-mix": "^6.0.49",
"mediabox": "^1.1.3",
"postcss": "^8.4.31",
"replace-in-file": "^6.3.5",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"slideout": "^1.0.1",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"tailwindcss": "^3.2.4",
"vue-template-compiler": "^2.6.14"
}
}