-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
47
48
49
50
{
"name": "jodit-examples",
"version": "1.0.21",
"description": "Jodit Examples",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode=production --node-env=production",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ./",
"newversion": "npm version patch --no-git-tag-version && npm run newversion:git",
"newversion:git": "git add --all && git commit -m \"New version $npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jodit/jodit-examples.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jodit/jodit-examples/issues"
},
"homepage": "https://github.com/jodit/jodit-examples#readme",
"devDependencies": {
"@eslint/js": "^9.2.0",
"@types/react-dom": "^18.3.0",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.1.0",
"html-webpack-plugin": "^5.6.0",
"prettier": "^3.2.5",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
},
"dependencies": {
"jodit-pro-react": "^4.0.21",
"jodit-react": "^4.1.2",
"jodit": "^4.2.10",
"jodit-pro": "^4.2.8",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}