forked from biajee/lianwen
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.02 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.02 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "LianWen",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-native-scripts": "latest",
"jest-expo": "~27.0.0",
"react-test-renderer": "16.3.1",
"babel-loader": "^7.1.2",
"babel-plugin-expo-web": "^0.0.5",
"babel-plugin-react-native-web": "^0.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-imports": "^1.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"file-loader": "^1.1.7",
"css-loader": "^0.28.7",
"style-loader": "^0.19.0"
},
"main": "./node_modules/react-native-scripts/build/bin/crna-entry-web.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "jest",
"web": "webpack-dev-server -d --config ./webpack.config.js --inline --hot --colors --content-base public/ --history-api-fallback",
"build": "NODE_ENV=production webpack -p --config ./webpack.config.js"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"chain3": "^0.1.4",
"expo": "^27.0.1",
"node-libs-browser": "^2.1.0",
"react": "16.3.1",
"react-native": "~0.55.2",
"expo-web": "^0.0.12",
"react-dom": "16.0.0",
"react-native-web": "^0.4.0",
"webpack": "^3.11.0",
"webpack-dev-server": "2.9.4",
"abi-decoder": "^1.1.0",
"async": "^2.6.1",
"bignumber.js": "^5.0.0",
"body-parser": "^1.12.2",
"concurrently": "^3.5.1",
"crypto": "^1.0.1",
"ejs": "~2.5.7",
"eth-lib": "^0.2.8",
"ethereum-input-data-decoder": "0.0.6",
"express": "^4.16.0",
"hash.js": "^1.1.3",
"keccak": "^1.4.0",
"log4js": "^2.10.0",
"mongoose": "^4.13.12",
"morgan": "^1.9.0",
"node-schedule": "^1.3.0",
"number-to-bn": "^1.7.0",
"secp256k1": "^3.5.2",
"serve-favicon": "~2.4.5",
"socket.io": "^2.0.4",
"solc": "^0.4.19",
"underscore": "^1.9.0",
"utf8": "^3.0.0",
"web3": "^1.0.0-beta.36"
}
}