-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.51 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
{
"name": "ap-quick-tailwind",
"version": "1.0.0",
"description": "I am Hubspot Package - Development Environment",
"author": "Aleksandar Perisic",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "https://aleksandarperisic.com/",
"repository": {
"type": "git",
"url": "https://github.com/Apsolut-Public-Projects/quick-html-tailwind-starter"
},
"bugs": {
"url": "https://github.com/Apsolut-Public-Projects/quick-html-tailwind-starter/issues"
},
"devDependencies": {
"@wordpress/scripts": "^19.2.2",
"autoprefixer": "^10.4.5",
"browser-sync": "^2.27.11",
"browser-sync-webpack-plugin": "^2.3.0",
"dir-archiver": "^1.1.1",
"laravel-mix": "^6.0.49",
"node-sass": "^7.0.1",
"postcss": "^8.4.21",
"resolve-url-loader": "^5.0.0",
"rtlcss": "^3.5.0",
"tailwindcss": "^3.2.7"
},
"rtlcssConfig": {
"options": {
"autoRename": false,
"autoRenameStrict": false,
"blacklist": {},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap": []
},
"plugins": [],
"map": false
},
"scripts": {
"development": "mix",
"dev": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"prod": "npm run production",
"build": "npm run production"
},
"main": "index.js",
"dependencies": {
"mix-tailwindcss": "^1.3.0",
"swiper": "^9.0.5"
}
}