-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "@jolobo/redux-reduction",
"version": "0.0.5",
"description": "an easy way to abstract out redux boilerplate",
"main": "dist/bundle.js",
"scripts": {
"test": "npx jest",
"dev": "webpack --mode=development --watch",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shaun2D2/reduction.git"
},
"keywords": [
"redux",
"react"
],
"author": "Shaun Lobsinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/Shaun2D2/reduction/issues"
},
"homepage": "https://github.com/Shaun2D2/reduction#readme",
"dependencies": {
"axios": "^0.20.0",
"immer": "^7.0.9",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"query-string": "^6.13.5",
"reselect": "^4.0.0",
"snake-case": "^3.0.3",
"uuid": "^8.3.1"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"jest": "^26.6.1",
"webpack": "^5.1.0",
"webpack-cli": "^4.0.0"
}
}