-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.86 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
{
"name": "jur-mvp",
"version": "0.9.1",
"private": true,
"dependencies": {
"axios": "^0.18.1",
"connected-react-router": "^6.2.2",
"dotenv": "^6.2.0",
"drizzle": "npm:[email protected]",
"drizzle-react": "^1.2.0",
"drizzle-react-components": "^1.2.1",
"history": "^4.7.2",
"linkifyjs": "^2.1.8",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"prop-types": "^15.7.1",
"react": "^16.8.4",
"react-blockies": "^1.4.0",
"react-datepicker": "^2.1.0",
"react-dom": "^16.8.1",
"react-file-viewer": "npm:react-file-viewer-ext@^1.1.2",
"react-file-viewer-ext": "^1.1.1",
"react-js-pagination": "^3.0.2",
"react-modal": "^3.8.1",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"react-select": "^2.4.1",
"react-timeago": "^4.4.0",
"react-tooltip": "^3.10.0",
"react-valida-hook": "0.0.4",
"redux": "^4.0.1",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0",
"thorify": "^1.2.0",
"truffle-contract": "npm:truffle-contract-vechain@^0.9.54",
"web3": "1.0.0-beta.37",
"web3-eth-abi": "^1.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 build",
"build-stage": "node_modules/env-cmd/bin/env-cmd.js -f .env.stage react-scripts --max_old_space_size=4096 build",
"build-demo": "node_modules/env-cmd/bin/env-cmd.js -f .env.demo react-scripts --max_old_space_size=4096 build",
"build-production": "node_modules/env-cmd/bin/env-cmd.js -f .env react-scripts --max_old_space_size=4096 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"migrate-contracts": "(cd protocol;truffle migrate --reset;cd ..;cp -R protocol/build src/.)",
"lint": "./node_modules/.bin/eslint --debug src",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"eslintConfig": {
"extends": "react-app"
},
"jshintConfig": {
"esnext": true
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.4.5",
"@sambego/storybook-state": "^1.3.4",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-centered": "^5.1.9",
"@storybook/addon-info": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"babel-loader": "^8.0.5",
"browserslist": "^4.6.6",
"core-js": "^3.1.4",
"env-cmd": "^9.0.3",
"minimatch": "^3.0.2",
"prettier": "1.16.1",
"redux-immutable-state-invariant": "^2.1.0",
"redux-unhandled-action": "^1.3.0",
"require-context.macro": "^1.0.4",
"storybook": "^1.0.0",
"storybook-react-router": "^1.0.5",
"truffle": "^4.1.15",
"webpack-merge": "^4.2.1"
}
}