-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.21 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.21 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
{
"name": "liveblog",
"description": "Liveblogging done right. Using WordPress",
"version": "1.12.0",
"author": "Automattic",
"private": true,
"devDependencies": {
"@wordpress/i18n": "^6.17.0",
"@wordpress/scripts": "^32.0.0",
"sass-module-importer": "^1.4.0",
"sass-mq": "^7.0.0"
},
"dependencies": {
"@lexical/html": "^0.44.0",
"@lexical/link": "^0.44.0",
"@lexical/list": "^0.43.0",
"@lexical/react": "^0.44.0",
"@lexical/rich-text": "^0.44.0",
"js-beautify": "^1.7.5",
"lexical": "^0.44.0",
"lodash-es": "^4.18.1",
"prop-types": "^15.6.0",
"react": "^18.3.1",
"react-ace": "^14.0.1",
"react-dom": "^18.3.1",
"react-image-crop": "^11.0.10",
"react-redux": "^8.1.0",
"react-select": "^5.8.0",
"react-select-async-paginate": "^0.7.11",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.2",
"redux-observable": "^2.0.0",
"rxjs": "^7.8.0"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"lint:js": "wp-scripts lint-js ./src",
"lint:css": "wp-scripts lint-style \"src/**/*.scss\"",
"test": "wp-scripts test-unit-js"
},
"overrides": {
"webpack-dev-server": "^5.2.1"
}
}