-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
139 lines (139 loc) · 4.67 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
{
"name": "dt-react-codemirror-editor",
"version": "0.9.5",
"description": "The CodeMirror editor for React.",
"repository": {
"type": "git",
"url": "https://github.com/DTStack/dt-react-codemirror-editor"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**"
],
"scripts": {
"storybook": "npm run compile && 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/codemirror/style.scss ./lib/codemirror/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 --passWithNoTests --no-chche",
"test:update": "npm run test -u",
"lint": "npx eslint './src/**/*.tsx' ",
"lint-doc": "node ./node_modules/lint-md/bin ./*.md ./stories/**/*.d",
"lint-fix": "npx eslint './src/**/*.tsx' --fix && lint-md ./*.md ./stories/markdown/*.md --fix"
},
"keywords": [
"codemirror",
"react",
"storybook"
],
"author": "Ziv",
"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": "^9.1.2",
"@commitlint/config-angular": "^8.3.4",
"@sambego/storybook-state": "^1.3.6",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-backgrounds": "^5.1.9",
"@storybook/addon-info": "^5.2.0-alpha.30",
"@storybook/addon-knobs": "^5.1.9",
"@storybook/addon-notes": "^5.1.9",
"@storybook/addon-options": "^5.3.19",
"@storybook/addon-storyshots": "^5.1.9",
"@storybook/addon-storysource": "^5.1.9",
"@storybook/react": "^5.1.9",
"@storybook/storybook-deployer": "^2.8.6",
"@storybook/theming": "^5.1.10",
"@types/codemirror": "^0.0.96",
"@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.0.3",
"@types/storybook__react": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^3.6.1",
"@typescript-eslint/parser": "^3.6.1",
"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",
"babel-preset-react-app": "^9.1.2",
"commitizen": "^4.0.3",
"css-loader": "^3.1.0",
"cz-conventional-changelog": "^3.0.2",
"dt-react-component": "^2.0.9",
"babel-plugin-treasure": "^0.9.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^7.4.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^22.14.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.3",
"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.1.1",
"node-sass": "^4.12.0",
"react-docgen-typescript-loader": "^3.1.1",
"react-storybook-addon-chapters": "^3.1.5",
"react-test-renderer": "^16.8.6",
"require-context.macro": "^1.1.0",
"sass-loader": "^7.1.0",
"standard-version": "^8.0.1",
"storybook-readme": "^5.0.5",
"style-loader": "^0.23.1",
"typescript": "^3.9.6",
"url-loader": "^4.1.0",
"warning": "^4.0.3"
},
"dependencies": {
"codemirror": "^5.55.0",
"react": "^16.6.3"
}
}