-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "wpstorm-live-code-editor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"plugin-zip": "wp-scripts plugin-zip",
"translate": "wp i18n make-pot . languages/wpstorm-notify.pot --exclude=\"node_modules\" --exclude=\"vendor\" --exclude=\"languages\""
},
"files": [
"assets/**",
"build/**",
"build-block/**",
"classes/**",
"languages/**",
"modules/**",
"src/**",
"readme.txt",
"changelog.txt",
"wpstorm-notify.php",
"index.php"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@wordpress/element": "^5.15.0",
"@wordpress/i18n": "^4.38.0",
"@wordpress/scripts": "^26.9.0",
"autoprefixer": "^10.4.14",
"axios": "^1.4.0",
"browser-sync-webpack-plugin": "^2.3.0",
"immer": "^10.0.2",
"postcss": "^8.4.27",
"postcss-nested": "^6.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.2",
"tailwindcss": "^3.3.3",
"use-immer": "^0.9.0",
"webpack": "^5.88.2"
}
}