-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "react-seek",
"version": "1.0.0",
"description": "A React hook which allows for the traveling of state based on time or position in time.",
"main": "index.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanparadox/react-seek.git"
},
"keywords": [
"react",
"hook",
"time",
"hooks",
"state",
"time",
"travel"
],
"author": "Juan Bernal",
"license": "ISC",
"bugs": {
"url": "https://github.com/juanparadox/react-seek/issues"
},
"homepage": "https://github.com/juanparadox/react-seek#readme",
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.21",
"babel-jest": "^27.2.0",
"jest": "^27.2.0",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"react": "^17.0.2"
}
}