-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.57 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
{
"name": "orion-editor-component",
"version": "0.0.17",
"main": "dist/OrionEditor.js",
"scripts": {
"build": "babel ./src/ -d ./dist/ --ignore DebugBar.js,index.js,explorer-languages,index.html --copy-files",
"dev": "webpack-dev-server --content-base src --inline --hot",
"lint": "eslint ./src/ --ignore-pattern built-codeEdit.js"
},
"dependencies": {
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/cli": "7.16.0",
"@babel/eslint-parser": "7.16.3",
"@babel/core": "7.16.0",
"@babel/preset-react": "7.16.0",
"@babel/preset-env": "7.16.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-react-html-attrs": "2.0.0",
"babel-plugin-transform-class-properties": "6.3.13",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-preset-stage-0": "6.3.13",
"babel-register": "6.14.0",
"cross-env": "5.0.0",
"css-loader": "6.0.0",
"eslint": "7.16.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.24.0",
"style-loader": "0.18.2",
"webpack": "5.59.1",
"webpack-dev-server": "4.3.1"
},
"publishConfig": {
"registry": "https://zowe.jfrog.io/zowe/api/npm/npm-local-release/"
},
"description": "Orion based editor component for use in mvd applications",
"author": "IBM",
"license": "EPL-2.0"
}