-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
168 lines (168 loc) · 4.77 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "cyano-wallet",
"version": "0.1.1",
"private": true,
"scripts": {
"lint": "tslint -p .",
"start": "node scripts/start.js",
"watch": "node scripts/watch.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --env=jsdom",
"redux-devtools": "redux-devtools --hostname=localhost --port=8000"
},
"dependencies": {
"@bugsnag/js": "^5.1.0",
"@bugsnag/plugin-react": "^5.1.0",
"@ont-community/hdkey-secp256r1": "^1.0.1",
"@ont-dev/ontology-dapi": "^0.5.5-alpha.3",
"@ont-dev/ontology-ts-sdk-ledger": "^1.0.28-alpha.12",
"@toruslabs/torus-direct-web-sdk": "^3.0.0",
"autoprefixer": "7.1.6",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"bignumber.js": "^7.2.1",
"chalk": "1.1.3",
"date-fns": "^1.29.0",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"fast-deep-equal": "^2.0.1",
"file-saver": "^1.3.8",
"final-form": "^4.8.1",
"fs-extra": "3.0.1",
"lodash": "^4.17.10",
"long": "^4.0.0",
"object-assign": "4.1.1",
"ontology-ts-sdk": "^1.1.17-alpha.5",
"ontology-ts-test": "^0.2.37",
"postcss-flexbugs-fixes": "3.2.0",
"promise": "8.0.1",
"promise-timeout": "^1.3.0",
"prop-types": "^15.6.1",
"qrcode.react": "^0.8.0",
"raf": "3.4.0",
"react": "^16.4.0",
"react-chrome-redux": "^2.0.0-alpha.1",
"react-copy-to-clipboard": "^5.0.1",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.4.0",
"react-file-reader-input": "^1.1.4",
"react-final-form": "^3.6.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.2",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.7",
"remote-redux-devtools": "^0.5.16",
"resolve": "1.6.0",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.81.1",
"uuid": "^3.2.1",
"webextension-polyfill-ts": "^0.8.7",
"websocket-as-promised": "^0.8.0",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"@types/file-saver": "^1.3.0",
"@types/jest": "^23.0.2",
"@types/lodash": "^4.14.109",
"@types/long": "^4.0.0",
"@types/node": "^10.6.0",
"@types/promise-timeout": "^1.3.0",
"@types/prop-types": "^15.5.3",
"@types/qrcode.react": "^0.6.3",
"@types/react": "^16.3.17",
"@types/react-copy-to-clipboard": "^4.2.5",
"@types/react-dom": "^16.0.6",
"@types/react-file-reader-input": "^1.1.3",
"@types/react-redux": "^6.0.2",
"@types/react-router-dom": "^4.2.7",
"@types/recompose": "^0.26.1",
"@types/remote-redux-devtools": "^0.5.3",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"css-loader": "0.28.7",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "0.11.2",
"fork-ts-checker-webpack-plugin": "^0.2.8",
"html-webpack-plugin": "2.29.0",
"jest": "^24.8.0",
"postcss-loader": "2.0.8",
"redux-devtools-cli": "^0.0.1-1",
"source-map-loader": "^0.2.1",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"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-react": "^3.2.0",
"typescript": "^3.5.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"url-loader": "0.6.2",
"web-ext-types": "^2.1.0",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"testRegex": "/test/.*\\.(ts|tsx|js)$",
"testEnvironment": "node",
"testURL": "http://localhost",
"transform": {
"^.+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest",
"^.+\\.tsx?$": "<rootDir>/config/jest/typescriptTransform.js",
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|ts|tsx)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web"
},
"moduleFileExtensions": [
"web.ts",
"ts",
"web.tsx",
"tsx",
"web.js",
"js",
"web.jsx",
"jsx",
"json",
"node",
"mjs"
],
"globals": {
"ts-jest": {
"tsConfigFile": "/Users/zamborsky/Work/ontology-plugin/tsconfig.test.json"
}
}
},
"babel": {
"presets": [
[
"env",
{
"modules": false,
"targets": {
"chrome": 67
}
}
]
]
},
"eslintConfig": {
"extends": "react-app"
}
}