-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "@wikiphp/editorjs-textalignment",
"version": "0.3.0",
"description": "Text alignment plugin for editorjs package",
"main": "./dist/bundle.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saeedhemmati/-editorjs-textAlignment.git"
},
"keywords": [
"editorjs"
],
"author": "Saeed Hemmati",
"license": "MIT",
"bugs": {
"url": "https://github.com/saeedhemmati/-editorjs-textAlignment/issues"
},
"homepage": "https://github.com/saeedhemmati/-editorjs-textAlignment#readme",
"dependencies": {
"@codexteam/icons": "^0.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"prettier": "^2.8.3",
"raw-loader": "^4.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}