-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "wordpress-theme",
"license": "MIT",
"version": "1.0.0",
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"dependencies": {
"@babel/core": "^7.23.0",
"@playwright/test": "^1.38.1",
"@prettier/plugin-php": "^0.20.1",
"@types/animejs": "^3.1.8",
"@types/jquery": "^3.5.22",
"@types/underscore": "^1.11.10",
"@wordpress/eslint-plugin": "^17.0.0",
"@wordpress/scripts": "^26.14.0",
"animejs": "^3.2.1",
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"eslint": "^8.51.0",
"gsap": "^3.12.2",
"jquery": "^3.7.1",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-eslint": "^15.0.1",
"prettier-plugin-tailwindcss": "^0.5.5",
"prettier-stylelint": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stylelint": "^15.10.3",
"stylelint-order": "^6.0.3",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.3",
"ts-debounce": "^4.0.0",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"underscore": "^1.13.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"yarn-upgrade-all": "^0.7.2"
},
"packageManager": "yarn@3.2.4"
}