-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
38 lines (38 loc) · 897 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
{
"name": "react-pincode",
"version": "1.1.3",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "webpack"
},
"keywords": [
"Pincode",
"react-pincode",
"Indian pincode",
"react zipcode"
],
"repository": {
"type": "git",
"url": "git+https://github.com/plxity/React-Pincode.git"
},
"author": "plxity",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^3.0.0",
"path": "^0.12.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^0.23.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"@babel/preset-env": "^7.16.4"
}
}