UNPKG

web-code-editor

Version:
53 lines (52 loc) 1.52 kB
{ "name": "web-code-editor", "version": "0.0.3", "description": "web code editor", "private": false, "main": "./dist/web-code-editor.js", "module": "./src/index.ts", "types": "./dist/index.d.ts", "scripts": { "build": "webpack --config __config__/webpack/prod.config.js", "tsc:build": "wsl rm -rf ./dist && tsc -p ./tsconfig.build.json", "watch": "webpack --config __config__/webpack/dev.config.js --watch", "start": "node __config__/webpack/dev-server.js" }, "keywords": [ "web-code-editor", "editor", "Ajanuw" ], "author": "Ajanuw", "license": "MIT", "homepage": "https://github.com/januwA/web-code-editor", "repository": { "type": "git", "url": "https://github.com/januwA/web-code-editor.git" }, "devDependencies": { "@types/codemirror": "5.60.5", "clean-webpack-plugin": "^4.0.0", "css-loader": "^6.6.0", "file-loader": "^6.2.0", "html-loader": "^3.1.0", "html-webpack-plugin": "^5.5.0", "json5": "^2.2.0", "mini-css-extract-plugin": "^2.5.3", "postcss-loader": "^6.2.1", "postcss-preset-env": "^7.4.0", "postcss-short": "^5.0.0", "style-loader": "^3.3.1", "stylus": "^0.56.0", "stylus-loader": "^6.2.0", "terser-webpack-plugin": "^5.3.1", "ts-loader": "^9.2.6", "ts-node": "^10.5.0", "typescript": "^4.5.5", "url-loader": "^4.1.1", "webpack": "^5.69.0", "webpack-cli": "^4.9.2", "webpack-copy-file-plugin": "^0.1.5", "webpack-dev-server": "^4.7.4" } }