-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.25 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
{
"name": "webpack",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --config webpack.config.js",
"build": "webpack --config webpack.config.js"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.3.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-parameters": "^7.3.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.0.0",
"@babel/runtime-corejs3": "^7.13.8",
"autoprefixer": "^10.2.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.0",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.8.3",
"css-loader": "^5.0.1",
"dayjs": "^1.10.4",
"embla-carousel": "^4.1.3",
"file-loader": "^6.2.0",
"jest": "^27.0.4",
"jest-transform-stub": "^2.0.0",
"lint-staged": "^10.5.3",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^1.3.4",
"postcss-loader": "^4.2.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-swipeable": "^6.1.2",
"react-transition-group": "^4.4.1",
"regenerator-runtime": "^0.13.7",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"smoothscroll-polyfill": "^0.4.4",
"svg-inline-loader": "^0.8.2",
"swr": "^1.2.2",
"webpack": "5.70.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"prettier": "^2.2.1"
},
"keywords": []
}