forked from editor-js/table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.1 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
{
"name": "editorjs-table-border-toggle",
"description": "Table for Editor.js",
"version": "2.0.1-with-border",
"license": "MIT",
"main": "./dist/table.js",
"scripts": {
"build": "webpack --mode production",
"build:dev": "webpack --mode development --watch",
"start": "webpack serve --open",
"lint": "eslint -c ./.eslintrc --ext .js --fix ."
},
"repository": "https://github.com/Chipserver/table",
"author": {
"name": "Anant Sharma",
"email": "anantatnet@gmail.com"
},
"keywords": [
"codex",
"codex-editor",
"table",
"editor.js",
"editorjs"
],
"devDependencies": {
"@webpack-cli/serve": "^1.6.1",
"autoprefixer": "^9.3.1",
"css-loader": "^1.0.0",
"cssnano": "^4.1.7",
"eslint": "^5.8.0",
"eslint-config-codex": "github:codex-team/eslint-config",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.0",
"postcss-nesting": "^7.0.0",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"webpack": "^4.29.5",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}