This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
130 lines (130 loc) · 4.06 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
{
"name": "actorsmovies",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "webpack-dev-server --config \"./config/webpack.config.dev\"",
"build": "cross-env NODE_ENV=production webpack --config \"./config/webpack.config.prod\"",
"lint-scss": "stylelint src",
"lint-ts": "tslint -c tslint.json src/**/*.ts?",
"lint": "npm run lint-scss && npm run lint-ts",
"test": "jest",
"precommit": "lint-staged"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "^16.8.6",
"@types/enzyme": "^3.1.14",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^24.0.11",
"autoprefixer": "^9.5.1",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.4",
"babel-plugin-date-fns": "^0.2.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-semantic-ui-react-imports": "^1.4.1",
"clean-webpack-plugin": "^2.0.1",
"copy-webpack-plugin": "^5.0.2",
"css-loader": "^1.0.0",
"dotenv": "^8.0.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.7.1",
"jest-enzyme": "^6.1.2",
"lint-staged": "^8.1.5",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"react-hot-loader": "^4.8.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"stylelint": "^9.9.0",
"stylelint-scss": "^3.4.0",
"stylelint-webpack-plugin": "^0.10.5",
"ts-jest": "^24.0.2",
"tslint": "^5.16.0",
"tslint-loader": "^3.6.0",
"tslint-react": "^4.0.0",
"typescript": "^3.3.4000",
"typescript-plugin-styled-components": "^1.4.2",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.1",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@types/core-js": "^2.5.0",
"@types/history": "^4.7.2",
"@types/js-cookie": "^2.2.2",
"@types/lodash": "^4.14.123",
"@types/node": "^10.12.19",
"@types/qs": "^6.5.3",
"@types/react": "^16.8.14",
"@types/react-autocomplete": "^1.8.5",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-dom": "^16.8.4",
"@types/react-hot-loader": "^4.1.0",
"@types/react-router": "^4.4.5",
"@types/react-router-dom": "^4.3.2",
"@types/styled-components": "^4.1.14",
"@types/uuid": "^3.4.4",
"@types/yup": "^0.26.12",
"@typescript-eslint/eslint-plugin": "^1.6.0",
"@typescript-eslint/parser": "^1.6.0",
"axios": "^0.18.0",
"babel-polyfill": "6.26.0",
"core-decorators": "0.20.0",
"date-fns": "^1.30.1",
"effector": "^0.18.6",
"effector-react": "^0.18.9",
"effector-react-inject": "^0.1.2",
"formik": "^1.5.2",
"history": "^4.9.0",
"i18next": "^15.1.0",
"i18next-browser-languagedetector": "3.0.1",
"immer": "^9.0.15",
"inert": "^3.2.1",
"js-cookie": "^2.2.0",
"lodash": "^4.17.11",
"node-sass": "^7.0.3",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-i18next": "^10.9.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-semantic-toasts": "^0.5.1",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"styled-components": "^4.2.0",
"ts-polyfill": "^3.3.3",
"why-did-you-update": "^1.0.6",
"yup": "^0.27.0"
},
"lint-staged": {
"concurrent": false,
"linters": {
"*.{js,jsx}": [
"lint-ts"
],
"src/**/*.{js,jsx,ts,tsx}": [
"lint-ts"
],
"**/*.test.{js,jsx}": [
"jest --findRelatedTests"
],
"*.css": "stylelint"
}
}
}