-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1007 Bytes
/
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
{
"name": "@truefit/redux-utils",
"version": "1.0.3",
"description": "a set of redux utils",
"main": "lib/index.js",
"scripts": {
"compile": "node tools/build.js",
"prepare": "npm run compile"
},
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TrueFit/redux-utils.git"
},
"authors": [
"jgretz",
"adamkirkton"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TrueFit/redux-utils/issues"
},
"homepage": "https://github.com/TrueFit/redux-utils#readme",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-react": "^7.12.4",
"nodemon": "^1.19.0",
"shelljs": "^0.8.3"
}
}