-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.87 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
{
"name": "lunar-homework",
"version": "0.0.1",
"description": "Homework",
"main": "index.js",
"scripts": {
"prestart": "yarn install && yarn test",
"start": "cross-env NODE_ENV=development webpack-dev-server --hot",
"upgrade": "ncu -u",
"test": "jest"
},
"jest": {
"moduleNameMapper": {
"^store(.*)$": "<rootDir>/src/store$1",
"^hocs(.*)$": "<rootDir>/src/hocs$1",
"^components(.*)$": "<rootDir>/src/components$1",
"^utils(.*)$": "<rootDir>/src/utils$1"
}
},
"author": "Aleksandr <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.4",
"babel-jest": "22.4.3",
"babel-plugin-dynamic-import-webpack": "1.0.2",
"babel-plugin-lodash": "3.3.2",
"babel-plugin-syntax-decorators": "6.13.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"clean-webpack-plugin": "0.1.19",
"cross-env": "5.1.4",
"css-hot-loader": "1.3.9",
"css-loader": "0.28.11",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.4.0",
"node-sass": "4.8.3",
"optimize-css-assets-webpack-plugin": "4.0.0",
"postcss-loader": "2.1.4",
"react-hot-loader": "4.1.1",
"resolve-url-loader": "2.3.0",
"regenerator-runtime": "0.11.1",
"sass-loader": "7.0.1",
"simple-progress-webpack-plugin": "1.1.2",
"url-loader": "1.0.1",
"webpack": "4.6.0",
"webpack-cli": "2.0.15",
"webpack-config-utils": "2.3.0",
"webpack-dev-server": "3.1.3",
"webpack-simple-progress-plugin": "0.0.4"
},
"dependencies": {
"axios": "0.18.0",
"bootstrap": "4.1.0",
"classnames": "2.2.5",
"emotion": "9.1.2",
"final-form": "4.5.2",
"history": "4.7.2",
"immutable": "4.0.0-rc.9",
"jest": "22.4.3",
"jest-matcher-utils": "22.4.3",
"lodash": "4.17.5",
"prop-types": "15.6.1",
"qs": "6.5.1",
"react": "16.3.2",
"react-async-component": "2.0.0",
"react-dom": "16.3.2",
"react-final-form": "3.3.1",
"react-google-maps": "9.4.5",
"react-places-autocomplete": "7.0.1",
"react-redux": "5.0.7",
"react-test-renderer": "16.3.2",
"react-router-config": "1.0.0-beta.4",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"react-spinners": "0.3.2",
"react-widgets": "4.2.6",
"reactstrap": "5.0.0",
"recompose": "0.27.0",
"redux": "4.0.0",
"redux-immutable": "4.0.0",
"redux-saga": "0.16.0",
"reselect": "3.0.1",
"reselect-immutable-helpers": "1.2.2",
"youtube-api-search": "0.0.5",
"yup": "0.24.1"
},
"repository": "https://gitlab.com/sinkalex31/react-starter.git"
}