-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
27 lines (27 loc) · 933 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
{
"name": "wordproof-timestamp",
"version": "3.0.0",
"description": "Timestamp your WordPress content on the blockchain for protection and trust. No blockchain knowledge required.",
"main": "resources/js/index.js",
"scripts": {
"lint": "wp-scripts lint-js resources/js/index.js",
"lint:css": "wp-scripts lint-css resources/css/main.css",
"format": "wp-scripts format",
"build": "wp-scripts build resources/js/index.js resources/css/main.css",
"watch": "wp-scripts start resources/js/index.js resources/css/main.css",
"watch:hot": "wp-scripts start resources/js/index.js resources/css/main.css --hot",
"zip": "wp-scripts plugin-zip"
},
"author": "WordProof",
"license": "GPL-3.0-or-later",
"devDependencies": {
"@wordpress/scripts": "^20.0.2"
},
"dependencies": {
"autoprefixer": "^10.4.2",
"tailwindcss": "^2.0"
},
"peerDependencies": {
"cssnano": "^5.0.7"
}
}