-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 795 Bytes
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
{
"name": "windpress",
"version": "1.0.0",
"description": "WordPress and TailwindCSS Boilerplate",
"main": "src/index.js",
"scripts": {
"dev": "rollup -c rollup.config.js --watch"
},
"keywords": [
"Wordpress"
],
"author": "Willard Macay",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@rollup/plugin-node-resolve": "^13.0.4",
"alpinejs": "^3.2.4",
"autoprefixer": "^10.3.2",
"node-sass": "^6.0.1",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-url": "^10.1.3",
"rollup-plugin-postcss": "^4.0.1",
"swiper": "^7.0.3",
"tailwindcss": "^2.2.8"
},
"devDependencies": {
"postcss-assets": "^6.0.0",
"rollup": "^2.56.3",
"rollup-plugin-copy": "^3.4.0"
}
}