-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 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
{
"name": "otp-timer",
"version": "1.1.5",
"description": "otp timer component",
"main": "lib/timer.js",
"author": "Simran Gupta & Tanmay Sharma",
"license": "",
"repository": {
"type": "git",
"url": "https://github.com/927tanmay/otp-timer.git"
},
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "7.3.3",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"babel-jest": "^24.7.1",
"babel-loader": "8.0.5",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "^1.9.1",
"html-webpack-plugin": "3.2.0",
"jest": "^24.7.1",
"jsdom": "13.2.0",
"webpack": "4.29.4",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14"
},
"scripts": {
"build": "babel src --out-dir lib",
"dev": "webpack-dev-server --mode=development --port 3001 --inline --hot --config example/webpack.config",
"test": "jest"
},
"keywords": [
"react",
"react-component",
"otptimer",
"otp",
"otp-timer",
"timer",
"reactotptimer"
]
}