-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "paper-wallet-react",
"version": "1.0.0",
"private": true,
"homepage": "https://hashex.github.io/paperwallet",
"dependencies": {
"bip39": "^2.5.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-helmet": "^5.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.0.4",
"react-select": "^2.0.0-beta.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postbuild": "react-snap",
"deploy": "npm run build && gh-pages -d build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^7.0.0-bridge.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-ensure-ignore": "^0.1.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.2",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.2.0",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"gh-pages": "^2.0.1",
"react-snap": "^1.19.0",
"sinon": "^6.3.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"reactSnap": {
"fixWebpackChunksIssue": false
}
}