-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 3.06 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 3.06 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
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
{
"name": "multitoken-site",
"version": "0.9.2",
"private": true,
"engines": {
"node": "8.12.0"
},
"dependencies": {
"@sentry/browser": "4.0.4",
"antd": "3.10.3",
"axios": "0.18.0",
"highcharts": "6.1.4",
"history": "4.7.2",
"lodash-es": "4.17.11",
"mobx": "5.5.0",
"mobx-react": "5.2.8",
"mobx-react-devtools": "6.0.3",
"react": "16.5.2",
"react-dom": "16.5.2",
"react-router-dom": "4.3.1",
"react-sparklines": "1.7.0",
"web3": "1.0.0-beta.36",
"web3-core-promievent": "1.0.0-beta.36",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"@types/bn.js": "4.11.2",
"@types/jest": "23.3.2",
"@types/lodash-es": "4.17.1",
"@types/node": "10.11.2",
"@types/react": "16.4.14",
"@types/react-dom": "16.0.8",
"@types/react-router-dom": "4.3.1",
"@types/underscore": "1.8.9",
"@types/web3": "1.0.6",
"autoprefixer": "7.1.6",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"babel-preset-react-app": "^3.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "0.11.2",
"fork-ts-checker-webpack-plugin": "^0.2.8",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0",
"jest": "22.4.2",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-import": "^12.0.1",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.0.7",
"promise": "8.0.1",
"raf": "3.4.0",
"react-app-rewire-less": "2.1.3",
"react-app-rewire-postcss": "2.0.0",
"react-app-rewired": "1.6.2",
"react-dev-utils": "^5.0.1",
"resolve": "1.6.0",
"source-map-explorer": "1.6.0",
"source-map-loader": "^0.2.1",
"style-loader": "0.19.0",
"ts-import-plugin": "1.5.5",
"ts-jest": "22.0.1",
"ts-loader": "^2.3.7",
"tsconfig-paths-webpack-plugin": "^2.0.0",
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.10.0",
"tslint-eslint-rules": "5.4.0",
"tslint-react": "^3.2.0",
"typescript": "3.1.1",
"uglifyjs-webpack-plugin": "^1.1.8",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"bump:minor": "npm version minor",
"bump:patch": "npm version patch",
"heroku-postbuild": "npm run build",
"postinstall": "rm -f node_modules/web3/index.d.ts && rm -f node_modules/web3/types.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/multitoken/mtkn-frontend.git"
},
"keywords": [],
"author": "Konstantin Melnikov <ka.melnikov@gmail.com> (https://github.com/archangel-irk)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/multitoken/mtkn-frontend/issues"
},
"homepage": "https://multitoken.io/",
"babel": {
"presets": [
"react-app"
]
}
}