forked from Ju99ernaut/grapesjs-tailwind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 830 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
{
"name": "@lmnty/grapesjs-tailwind",
"version": "1.0.15",
"description": "Grapesjs Tailwind",
"main": "dist/grapesjs-tailwind.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LeoStoch/grapesjs-tailwind.git"
},
"scripts": {
"start": "set NODE_OPTIONS=--openssl-legacy-provider && grapesjs-cli serve",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && grapesjs-cli build",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"grapesjs",
"plugin"
],
"devDependencies": {
"grapesjs-cli": "^2.0.0"
},
"license": "MIT",
"dependencies": {
"css": "^3.0.0"
},
"bugs": {
"url": "https://github.com/LeoStoch/grapesjs-tailwind/issues"
},
"homepage": "https://github.com/LeoStoch/grapesjs-tailwind#readme",
"author": "lemonyt"
}