-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.06 KB
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": "todo-list",
"version": "0.1.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "index.js",
"scripts": {
"build": "npm-run-all --sequential buildwp tailwindbuild",
"buildwp": "wp-scripts build src/index.js src/client.js",
"wpstart": "wp-scripts start src/index.js src/client.js",
"format": "wp-scripts format",
"start": "npm-run-all --parallel wpstart tailwindwatch",
"tailwindbuild": "tailwindcss -i ./src/index.css -o ./build/index.css --postcss --minify",
"tailwindwatch": "tailwindcss -i ./src/index.css -o ./build/index.css --watch --postcss --minify"
},
"devDependencies": {
"@wordpress/scripts": "^26.16.0",
"autoprefixer": "^10.4.7",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-nested": "^5.0.6",
"tailwindcss": "^3.3.5"
},
"dependencies": {
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.496",
"@studio-freight/lenis": "^1.0.29",
"@wordpress/icons": "^9.45.0",
"gsap": "^3.12.2"
}
}