-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.42 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "tofino",
"private": true,
"version": "3.3.2",
"description": "A WordPress starter theme for jumpstarting custom theme development.",
"keywords": [
"WordPress",
"theme",
"tofino"
],
"scripts": {
"dev": "npm run development",
"development": "TAILWIND_MODE=build mix",
"watch": "TAILWIND_MODE=watch mix watch",
"watch-poll": "TAILWIND_MODE=watch mix watch -- --watch-options-poll=1000",
"hot": "TAILWIND_MODE=watch mix watch --hot",
"prod": "npm run production",
"production": "TAILWIND_MODE=build mix --production"
},
"author": "Daniel Hewes <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/creativedotdesign/tofino.git"
},
"bugs": {
"url": "https://github.com/creativedotdesign/tofino/issues"
},
"homepage": "https://creativedotdesign.com",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"browserslist": "last 2 Chrome versions, last 2 Firefox versions, last 2 safari versions",
"devDependencies": {
"@babel/eslint-parser": "^7.15.7",
"@babel/preset-env": "^7.15.6",
"autoprefixer": "10.4.5",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^9.0.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"imagemin-webpack-plugin": "^2.4.2",
"laravel-mix": "^6.0.31",
"postcss": "^8.3.7",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.1.7",
"prettier": "^2.4.1",
"prettier-plugin-tailwindcss": "^0.1.10",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^5.0.0",
"svg-spritemap-webpack-plugin": "^4.3.2",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"body-scroll-lock": "^3.1.5",
"country-code-lookup": "^0.1.3",
"tailwindcss": "^3.4.11",
"vue": "^2.6.14",
"webfontloader": "github:creativedotdesign/webfontloader#feature/google-fonts-v2"
}
}