forked from DTStack/dt-react-monaco-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.82 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "dt-react-monaco-editor",
"version": "0.0.7",
"description": "Monaco editor for React.",
"repository": {
"type": "git",
"url": "https://github.com/DTStack/dt-react-monaco-editor"
},
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"storybook": "start-storybook -p 9001 -c .storybook",
"build-storybook": "build-storybook -c .storybook",
"deploy-storybook": "storybook-to-ghpages",
"compile": "rm -rf lib && npm run build-ts && npm run build-css",
"build-ts": "tsc -p tsconfig.build.json",
"build-css": "node-sass ./src/components/editor/style.scss ./lib/style.css",
"release": "./scripts/release.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"check-types": "tsc --skipLibCheck",
"test": "jest --no-chche",
"test:update": "npm run test -u",
"lint": "npx eslint './src/**/*.tsx' ",
"lint-doc": "node ./node_modules/lint-md/bin ./*.md src/stories/**/*.md",
"lint-fix": "npx eslint './src/**/*.tsx' --fix && lint-md ./*.md src/stories/markdown/*.md --fix"
},
"keywords": [
"react",
"storybook",
"monacoeditor"
],
"author": "Jerome",
"license": "MIT",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -c ./commitlint.config.js -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.10.2",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@sambego/storybook-state": "^2.0.1",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-backgrounds": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-knobs": "^5.3.19",
"@storybook/addon-notes": "^5.3.19",
"@storybook/addon-options": "^5.3.19",
"@storybook/addon-storyshots": "^5.3.19",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/storybook-deployer": "^2.8.6",
"@storybook/theming": "^5.3.19",
"@types/enzyme": "^3.10.5",
"@types/history": "^4.7.0",
"@types/jest": "^25.2.3",
"@types/react": "^16.9.2",
"@types/react-router": "^3.0.4",
"@types/storybook__addon-knobs": "^5.2.1",
"@types/storybook__react": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"awesome-typescript-loader": "^5.2.1",
"babel-cli": "^6.26.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^26.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.0",
"babel-plugin-macros": "^2.6.1",
"babel-plugin-transform-require-context": "^0.1.1",
"commitizen": "^4.1.2",
"css-loader": "^3.1.0",
"cz-conventional-changelog": "^3.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.14.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-sort-requires": "^2.1.0",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^6.0.0",
"husky": "^1.2.0",
"jest": "^24.9.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-md": "^0.2.0",
"monaco-editor-webpack-plugin": "~1.4.0",
"node-sass": "^4.12.0",
"react-docgen-typescript-loader": "^3.1.1",
"react-storybook-addon-chapters": "^3.1.7",
"react-test-renderer": "^16.8.6",
"require-context.macro": "^1.1.0",
"sass-loader": "^7.1.0",
"storybook-readme": "^5.0.8",
"style-loader": "^0.23.1",
"typescript": "^3.5.3",
"url-loader": "^4.1.0",
"webpack": "4.41.4",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "3.3.10",
"webpack-dev-server": "3.10.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"antd": "^3.26.13",
"babel-preset-react-app": "^9.1.2",
"dt-react-component": "^1.4.1",
"dt-sql-parser": "2.0.11",
"lodash": "^4.17.19",
"monaco-editor": "0.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.0",
"react-icons": "^3.10.0",
"react-is": "^16.13.1",
"react-router": "3.0.4",
"worker-loader": "^2.0.0"
}
}