forked from singnet/snet-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
123 lines (123 loc) · 3.63 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "snet-dapp-redesign",
"version": "0.1.0",
"private": true,
"dependencies": {
"@improbable-eng/grpc-web": "^0.9.6",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/styles": "^4.11.2",
"@sentry/browser": "^5.29.0",
"aws-amplify": "^1.1.28",
"clsx": "^1.1.1",
"color": "^3.1.3",
"css-loader": "^5.0.1",
"cytoscape": "^3.17.1",
"cytoscape-cola": "^2.4.0",
"cytoscape-context-menus": "^3.1.0",
"date-fns": "^2.16.1",
"get-video-id": "^3.2.0",
"google-protobuf": "^3.14.0",
"history": "^4.9.0",
"html-react-parser": "^0.9.1",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^3.5.1",
"lodash": "latest",
"material-design-icons": "^3.0.1",
"material-ui": "^1.0.0-beta.47",
"material-ui-flat-pagination": "^3.2.0",
"material-ui-rating": "^3.1.1",
"moment": "^2.29.1",
"notistack": "^0.8.9",
"papaparse": "^5.3.0",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-async-script-loader": "^0.3.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.14.0",
"react-dropzone": "^8.0.4",
"react-file-drop": "^0.2.8",
"react-ga": "^2.6.0",
"react-google-charts": "^3.0.10",
"react-helmet": "^6.1.0",
"react-image-gallery": "^1.0.8",
"react-json-view": "^1.19.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-router-sitemap": "^1.2.0",
"react-scripts": "^3.4.4",
"react-slick": "^0.28.0",
"react-star-rating-component": "^1.4.1",
"react-swipeable-views": "^0.13.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"scrypt": "github:barrysteyn/node-scrypt#fb60a8d3c158fe115a624b5ffa7480f3a24b03fb",
"singularitynet-platform-contracts": "1.0.2",
"slick-carousel": "^1.8.1",
"snet-sdk-web": "3.0.0",
"style-loader": "^2.0.0",
"utf8": "^3.0.0",
"validate.js": "^0.13.1",
"web3": "1.0.0-beta.52"
},
"scripts": {
"start": "react-scripts start",
"build": "npm run sitemap && react-scripts --max_old_space_size=8192 build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"sandbox": "REACT_APP_SANDBOX=true npm start",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"sitemap": "babel-node scripts/sitemap-generator.js",
"zip-components": "REACT_APP_SANDBOX=true babel-node scripts/zip-components.js",
"generate-stubs": "babel-node scripts/generate-stubs.js"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"git add"
]
},
"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": {
"@babel/core": "^7.12.10",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-links": "^5.3.21",
"@storybook/addons": "^5.3.21",
"@storybook/react": "^5.3.21",
"adm-zip": "0.5.5",
"archiver": "5.3.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"chalk": "4.1.1",
"dotenv": "8.2.0",
"husky": "^2.7.0",
"lint-staged": "^8.2.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.0",
"prompts": "^2.4.1",
"rimraf": "^3.0.2",
"storybook-addon-react-docgen": "^1.2.42",
"storybook-addon-react-live-edit": "^2.0.4",
"ts-protoc-gen": "^0.12.0"
}
}