-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 995 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
28
29
30
31
32
{
"dependencies": {
"@floating-ui/dom": "^1.3.0",
"@formkit/auto-animate": "1.0.0-beta.6",
"@ryangjchandler/spruce": "^2.7.1",
"watch": "^1.0.2"
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "^2.6.1",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.14",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.24",
"postcss-cli": "^8.3.1",
"tailwindcss": "^3.3.2"
},
"name": "ojtplugin",
"description": "ojt Control Panel Service",
"version": "1.0.0",
"main": "postcss.config.js",
"scripts": {
"watch": "npx tailwindcss -i ./assets/stylesheets/tw.css -o ./assets/stylesheets/tailwind.css -w",
"dev": "npx tailwindcss -i ./assets/stylesheets/tw.css -o ./assets/stylesheets/tailwind.css",
"prod": "npm run production",
"production": "npx tailwindcss -i ./assets/stylesheets/tw.css -o ./assets/stylesheets/tailwind.css --minify"
},
"keywords": [
"plugin",
"ojs"
],
"author": "Open Journal Theme"
}