-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.9 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "donations",
"version": "1.0.9",
"description": "LN donations page",
"main": "index.js",
"scripts": {
"lint": "eslint src/*.js",
"start": "cross-env NODE_ENV=development webpack-dev-server --open",
"build": "cross-env NODE_ENV=production webpack",
"format": "prettier --write 'packages/**/*.js'"
},
"repository": "https://github.com/lncm/donations",
"author": "meeDamian",
"license": "MIT",
"private": false,
"engines": {
"node": ">=10"
},
"dependencies": {
"prop-types": "15.7.2",
"react": "^16.8.6",
"react-dom": "16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"@babel/runtime": "^7.4.3",
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"base64-inline-loader": "^1.1.1",
"browserslist": "4.5.4",
"clean-webpack-plugin": "2.0.1",
"connect-history-api-fallback": "^1.6.0",
"core-js": "^2.6.5",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.11.2",
"eslint": "^6.2.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"file-loader": "3.0.1",
"html-webpack-plugin": "^3.2.0",
"husky": "1.3.1",
"i": "^0.3.6",
"identity-obj-proxy": "3.0.0",
"jsdom": "^14.0.0",
"koa-connect": "^2.0.1",
"lint-staged": "8.1.5",
"mini-css-extract-plugin": "0.5.0",
"node-sass": "4.11.0",
"npm": "^6.11.2",
"npm-check-updates": "^3.1.7",
"prettier": "1.16.4",
"pretty-quick": "1.10.0",
"qrcode.react": "^0.9.3",
"query-string": "^6.4.2",
"rc-slider": "^8.6.9",
"react-copy-to-clipboard": "^5.0.1",
"react-hot-loader": "4.8.2",
"react-loader-spinner": "^2.3.0",
"sass-loader": "7.1.0",
"script-ext-html-webpack-plugin": "^2.1.3",
"style-loader": "0.23.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "4.2.1"
}
}