-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
132 lines (132 loc) · 4.27 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
131
132
{
"name": "react-architecture",
"version": "1.2.0",
"descriptiocn": "A small project of architecture to avoid to start a project from the very beginning using React + Redux in a simple way.",
"author": "Carlos Abdalla",
"license": "MIT",
"scripts": {
"start": "babel-node tools/server.js",
"start:dash": "webpack-dashboard -- babel-node tools/server.js",
"start:message": "babel-node tools/startMessage.js",
"start:deprecated": "npm-run-all --parallel start:dash",
"format": "./node_modules/.bin/prettier-eslint --write src/**/*.js",
"lint": "node_modules/.bin/esw webpack.config.* src tools",
"lint:watch": "npm run lint -- --watch",
"test": "mocha --reporter progress tools/testSetup.js \"src/**/*.test.js\"",
"test:watch": "npm run test -- --watch",
"clean:dist": "npm run remove:dist && mkdir dist",
"remove:dist": "node_modules/.bin/rimraf ./dist",
"build:html": "babel-node tools/buildHtml.js",
"prebuild": "npm-run-all clean:dist test lint",
"build": "babel-node tools/build.js",
"postbuild": "babel-node dist/server.js"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx}": [
"node_modules/.bin/esw webpack.config.* src tools --fix",
"git add"
],
"*.{css,js,jsx,json,md}": [
"node_modules/.bin/prettier --write",
"git add"
]
},
"dependencies": {
"axios": "^0.21.4",
"domkit": "^0.0.3",
"history": "^5.0.1",
"html-webpack-plugin": "4.5.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "7.2.5",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"redux": "4.1.1",
"redux-form": "8.3.7",
"redux-thunk": "^2.3.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"@babel/cli": "7.15.7",
"@babel/core": "7.15.5",
"@babel/node": "7.15.4",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.15.4",
"@babel/plugin-proposal-do-expressions": "7.14.5",
"@babel/plugin-proposal-export-default-from": "7.14.5",
"@babel/plugin-proposal-export-namespace-from": "7.14.5",
"@babel/plugin-proposal-function-bind": "7.14.5",
"@babel/plugin-proposal-function-sent": "7.14.5",
"@babel/plugin-proposal-json-strings": "7.14.5",
"@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
"@babel/plugin-proposal-numeric-separator": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-proposal-pipeline-operator": "7.15.0",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.15.6",
"@babel/preset-react": "7.14.5",
"@babel/register": "7.15.3",
"@hot-loader/react-dom": "16.9.0",
"autoprefixer": "10.3.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"babel-preset-react-hmre": "1.1.1",
"babylon": "^6.18.0",
"cheerio": "1.0.0-rc.10",
"colors": "1.4.0",
"compression": "^1.7.4",
"css-loader": "4.3.0",
"dotenv": "8.2.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"eslint": "7.32.0",
"eslint-config-prettier": "6.12.0",
"eslint-loader": "4.0.2",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "^7.26.1",
"eslint-watch": "7.0.0",
"expect": "26.5.0",
"express": "4.17.3",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"file-loader": "6.2.0",
"husky": "4.3.0",
"jsdom": "16.5.0",
"lint-staged": "10.4.0",
"mini-css-extract-plugin": "0.11.3",
"mocha": "^8.1.3",
"node-sass": "7.0.0",
"npm-run-all": "4.1.5",
"open": "^7.3.0",
"plop": "^2.7.4",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-loader": "4.0.3",
"prettier": "2.4.1",
"prettier-eslint-cli": "5.0.1",
"react-hot-loader": "4.13.0",
"react-test-renderer": "16.13.1",
"redux-immutable-state-invariant": "^2.1.0",
"rimraf": "^3.0.2",
"sass-loader": "10.0.2",
"style-loader": "1.3.0",
"url-loader": "4.1.1",
"webpack": "4.44.2",
"webpack-dashboard": "3.3.6",
"webpack-dev-middleware": "3.7.2",
"webpack-dev-server": "3.11.0",
"webpack-hot-middleware": "2.25.1",
"webpack-merge": "5.8.0"
}
}