-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
59 lines (59 loc) · 1.74 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
{
"name": "kanmail",
"version": "1.0.0",
"main": "index.js",
"author": "Nick Barrett <[email protected]>",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"@sentry/react": "6.x",
"babel-core": "6.x",
"babel-eslint": "8.x",
"babel-loader": "7.x",
"babel-plugin-transform-class-properties": "6.x",
"babel-plugin-transform-decorators-legacy": "1.x",
"babel-plugin-transform-object-rest-spread": "6.x",
"babel-preset-es2015": "6.x",
"babel-preset-react": "6.x",
"css-loader": "4.x",
"draft-convert": "^2.1.12",
"draft-js": "0.10.5",
"draftail": "1.x",
"eslint": "7.x",
"eslint-import-resolver-webpack": "0.x",
"eslint-plugin-babel": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-react": "7.x",
"file-loader": "6.x",
"immutability-helper": "2.x",
"immutable": "3.x",
"less": "3.x",
"less-loader": "7.x",
"lodash": "4.x",
"mini-css-extract-plugin": "1.x",
"moment": "2.x",
"optimize-css-assets-webpack-plugin": "5.x",
"posthog-js": "1.x",
"prop-types": "15.x",
"randomcolor": "0.x",
"react": "16.x",
"react-dnd": "2.x",
"react-dnd-html5-backend": "2.x",
"react-dom": "16.x",
"react-select": "2.x",
"seamless-scroll-polyfill": "1.x",
"terser-webpack-plugin": "4.x",
"urijs": "1.x",
"webpack": "4.x",
"webpack-cli": "4.x",
"webpack-dev-server": "3.x",
"whatwg-fetch": "2.x",
"eslint-plugin-prettier": "4.2.1",
"prettier": "2.7.1"
},
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve --mode=development",
"lint": "eslint --cache --ext .js,.jsx kanmail/client/",
"lint-fix": "eslint --cache --fix --ext .js,.jsx kanmail/client/"
}
}