-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.12 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
{
"name": "ionic-rocketjump",
"description": "Rocketjump integration for Ionic",
"version": "0.1.1",
"main": "lib/index.cjs.js",
"module": "lib/index.es.js",
"repository": "https://github.com/inmagik/ionic-rocketjump",
"license": "MIT",
"scripts": {
"test": "jest",
"start": "webpack-dev-server",
"prebuild": "rimraf lib",
"build": "rollup -c"
},
"bugs": {
"url": "https://github.com/inmagik/ionic-rocketjump/issues"
},
"keywords": [
"redux",
"react",
"ionic",
"rocketjump"
],
"peerDependencies": {
"@ionic/react": "^5.0.0",
"react": "^16.8.0",
"react-rocketjump": "^2.2.0",
"redux-rocketjump": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@ionic/react": "^5.0.5",
"@ionic/react-router": "^5.0.5",
"@ionic/react-test-utils": "^0.0.3",
"@testing-library/react": "^10.0.1",
"@testing-library/react-hooks": "^3.2.1",
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"babel-eslint": "10.x",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.0",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "1.x",
"jest": "^25.1.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-redux": "^7.2.0",
"react-rocketjump": "^2.2.0",
"react-router-dom": "^5.1.2",
"react-test-renderer": "^16.13.0",
"redux-rocketjump": "^3.0.0",
"redux-saga": "^1.1.3",
"regenerator-runtime": "^0.13.5",
"reselect": "^4.0.0",
"rimraf": "^3.0.2",
"rollup": "^2.1.0",
"rollup-plugin-babel": "^4.4.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"jest": {
"setupFilesAfterEnv": [
"./src/setupTests.js"
]
},
"dependencies": {
"css-loader": "^3.4.2",
"style-loader": "^1.1.3"
}
}