-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
{
"name": "number-counter",
"version": "1.0.3",
"description": "Number Counter is package for count number upward and downward.",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/skychavda/number-counter-npm.git"
},
"bugs": {
"url": "https://github.com/skychavda/number-counter-npm/issues",
"email": "[email protected]"
},
"peerDependencies": {
"react": ">=15.6.0"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"lint": "eslint src --ext .jsx --ext .js",
"lint-fix": "eslint --fix src --ext .jsx --ext .js"
},
"keywords": [
"counter",
"npm",
"number-counter",
"react",
"up-counter",
"down-counter",
"upward",
"downward"
],
"author": {
"name": "Akash Chavda",
"email": "[email protected]"
},
"license": "ISC",
"dependencies": {
"prop-types": "^15.7.2",
"webpack": "^4.12.0",
"react": ">=15.6.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"eslint": "^5.15.3",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"webpack-cli": "^3.0.4"
}
}