-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
{
"name": "blockstack-legends",
"version": "0.0.1",
"description": "A paid membership group",
"author": "Friedger Müffke",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/njordhov/react-blockstack.git"
},
"dependencies": {
"blockstack": "^19.3.0",
"react": "^16.8.6",
"react-blockstack": "^0.6.4",
"react-blockstack-button": "^0.1.0",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.0",
"react-stripe-elements": "^6.0.1",
"stripe": "^8.4.0"
},
"prettier": "@blockstack/prettier-config",
"scripts": {
"lambda-serve": "netlify-lambda serve lambda-src",
"lambda-build": "netlify-lambda build lambda-src",
"start": "concurrently \"react-scripts start\" \"npm run lambda-serve\"",
"build": "react-scripts build && yarn run lambda-build",
"test": "react-scripts build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@blockstack/prettier-config": "0.0.4",
"bootstrap": "^4.3.1",
"concurrently": "^5.0.2",
"netlify-lambda": "^1.6.3",
"prettier": "^1.19.1",
"react-scripts": "^3.1.1",
"react-test-renderer": "^16.8.6"
}
}