forked from chanzuckerberg/czi-prosemirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
141 lines (141 loc) · 4.39 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
{
"name": "czi-prosemirror",
"version": "0.0.1",
"subversion": "1",
"description": "rich text editor built with React and ProseMirror",
"main": "dist/index.js",
"scripts": {
"build:clean": "rm -rf dist/",
"build:css": "cp src/ui/*.css dist/ui && cp src/ui/mathquill-editor/*.css dist/ui/mathquill-editor",
"build:babel": "babel src --out-dir dist",
"build:flow": "flow-copy-source -v -i '**/__tests__/**' src dist",
"build:dist": "npm run build:clean && npm run build:babel && npm run build:flow && npm run build:css",
"build:demo": "node scripts/build_bin.js",
"flow": "flow",
"lint:css": "stylelint \"**/*.css\"",
"lint:js": "eslint \"**/*.js\"",
"start": "node scripts/webserver.js"
},
"devDependencies": {
"async-await": "0.1.40",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-loader": "7.1.4",
"babel-plugin-flow-react-proptypes": "2.2.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-parameters": "6.24.1",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-remove-prop-types": "0.2.10",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"babel-preset-es2017": "6.24.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"clean-webpack-plugin": "0.1.17",
"command-line-args": "5.0.2",
"copy-webpack-plugin": "4.2.0",
"css-loader": "0.25.0",
"es6-promise": "3.1.2",
"es6-shim": "0.35.0",
"es6-symbol": "3.1.1",
"eslint": "5.9.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-loader": "2.1.1",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "3.2.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "7.11.1",
"exports-loader": "0.6.3",
"file-loader": "0.11.2",
"flow-bin": "0.48.0",
"flow-copy-source": "2.0.2",
"flow-webpack-plugin": "1.2.0",
"fs-extra": "0.30.0",
"html-loader": "0.4.5",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "2.24.1",
"husky": "^2.1.0",
"import-sort-cli": "5.2.0",
"import-sort-parser-babylon": "5.2.0",
"import-sort-style-module-grouping": "0.1.0",
"lint-staged": "^8.1.5",
"nano-fs": "1.2.4",
"prettier": "^1.17.0",
"prop-types": "15.6.2",
"prop-types-extra": "1.1.0",
"prosemirror-dev-tools": "2.1.1",
"regenerator": "0.12.3",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.3.0",
"uglifyjs-webpack-plugin": "1.2.5",
"webpack": "3.5.4",
"webpack-dev-server": "2.3.0",
"write-file-webpack-plugin": "3.4.2"
},
"dependencies": {
"babel-preset-es2015": "6.16.0",
"babel-runtime": "6.26.0",
"browserkeymap": "2.0.2",
"classnames": "2.2.6",
"color": "3.0.0",
"invariant": "2.2.4",
"jquery": "2.2.1",
"katex": "0.10.1",
"node-mathquill": "0.10.0",
"nullthrows": "1.0.1",
"prosemirror-commands": "1.0.7",
"prosemirror-dropcursor": "1.1.1",
"prosemirror-gapcursor": "1.0.3",
"prosemirror-history": "1.0.3",
"prosemirror-inputrules": "1.0.1",
"prosemirror-model": "1.6.3",
"prosemirror-schema-list": "1.0.1",
"prosemirror-state": "1.2.2",
"prosemirror-tables": "github:chanzuckerberg/prosemirror-tables#2f2bd5eb94a640e3699ead6faa458c4a4d1e86c0",
"prosemirror-transform": "1.1.3",
"prosemirror-utils": "0.6.6",
"prosemirror-view": "1.6.7",
"query-string": "3.0.3",
"react": "15.5.4",
"react-dom": "15.5.4",
"resize-observer-polyfill": "1.5.0",
"smooth-scroll-into-view-if-needed": "1.1.23",
"stable": "0.1.8",
"style-loader": "0.19.1",
"uuid": "3.3.2",
"webfontloader": "1.6.28"
},
"importSort": {
".js": {
"parser": "babylon",
"style": "module-grouping"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.css": [
"stylelint --fix"
],
"*.js": [
"eslint --fix"
],
"*.json": [
"prettier --write"
],
"*.{css,js,json}": [
"git add"
]
}
}