-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "monoweb",
"version": "0.0.1",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --mode=production",
"lint": "eslint --ext .ts --ext .tsx .",
"trans": "i18next --config i18next-parser.config.js"
},
"license": "MIT",
"author": "Pavlo Annekov",
"devDependencies": {
"@types/crypto-js": "3.1.43",
"@types/elliptic": "6.4.6",
"@types/google.analytics": "0.0.40",
"@types/rc-tooltip": "3.7.1",
"@types/react-dom": "16.8.4",
"@types/react-infinite-scroller": "1.2.1",
"@types/react-input-mask": "2.0.1",
"@types/react-maskedinput": "4.0.4",
"@types/ua-parser-js": "0.7.33",
"@typescript-eslint/eslint-plugin": "1.10.2",
"@typescript-eslint/parser": "1.10.2",
"acorn-jsx": "4.1.1",
"css-loader": "2.1.1",
"css-modules-typescript-loader": "2.0.0",
"eslint": "5.16.0",
"eslint-plugin-react": "7.13.0",
"html-webpack-plugin": "3.2.0",
"i18next-parser": "1.0.0-beta34",
"node-sass": "4.12.0",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"ts-loader": "5.4.4",
"typescript": "3.4.5",
"webpack": "4.22.0",
"webpack-cli": "3.3.1",
"webpack-dev-server": "3.3.1"
},
"dependencies": {
"crypto-js": "3.1.9-1",
"i18next": "15.1.0",
"mobx": "5.9.4",
"mobx-persist": "0.4.1",
"mobx-react": "5.4.3",
"rc-tooltip": "3.7.3",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-i18next": "10.9.0",
"react-infinite-scroller": "1.2.4",
"react-number-format": "4.0.7",
"serializr": "1.5.1",
"ua-parser-js": "0.7.20"
}
}