-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.56 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.56 KB
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
{
"name": "pin-input",
"version": "1.0.8",
"description": "react pin input component ",
"main": "./dist/PINInput.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NverAbgaryan/PINInput.git"
},
"keywords": [
"react",
"PIN",
"pin code",
"pin react",
"react-code",
"pin-input",
"react-pin-input",
"react-code-pin",
"input-code",
"react-pin",
"pin",
"pin-component"
],
"author": "Nver Abgaryan",
"license": "ISC",
"bugs": {
"url": "https://github.com/NverAbgaryan/PINInput/issues"
},
"babel": {
"presets": [
"react-app",
"es2015",
"react",
"stage-2"
],
"plugins": [
"transform-decorators-legacy",
"transform-class-properties"
]
},
"homepage": "https://github.com/NverAbgaryan/PINInput#readme",
"dependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.2",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^2.1.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"resolve": "1.6.0",
"style-loader": "^0.23.1",
"url-loader": "0.6.2",
"webpack": "3.8.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0"
}
}