-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.41 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
{
"name": "react-mobilepay",
"version": "0.3.0",
"description": "a button for mobilepay",
"main": "build/index.js",
"directories": {
"lib": "lib"
},
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"common-tags": "^1.4.0",
"prop-types": "^15.6.0",
"styled-components": "^2.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^3.1.0",
"eslint-watch": "^3.1.5",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^3.12.0"
},
"scripts": {
"build": "webpack",
"build:watch": "webpack -w",
"lint": "eslint lib/**; exit 0",
"lint:watch": "esw -w lib/**",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lasseborly/react-mobilepay.git"
},
"author": "Lasse Borly <lasseborly@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lasseborly/react-mobilepay/issues"
},
"homepage": "https://github.com/lasseborly/react-mobilepay#readme"
}