-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
104 lines (104 loc) · 3.16 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
{
"name": "jigsaw-client",
"version": "1.0.0",
"description": "Blockchain Based Knowledge Sharing And Organising",
"main": "index.js",
"repository": {
"type": "git"
},
"author": "Zeemzo",
"license": "MIT",
"dependencies": {
"@types/crypto-js": "^3.1.43",
"@types/stellar-sdk": "^0.10.4",
"axios": "^0.18.0",
"canonicalize-json": "^1.0.2",
"chart.js": "2.7.3",
"classnames": "2.2.6",
"crypto-js": "^3.1.9-1",
"diff-match-patch": "^1.0.4",
"draft-js": "^0.10.5",
"file-saver": "^2.0.2",
"firebase": "^6.3.5",
"fs-web": "^1.0.1",
"hsimp-checker": "^0.1.6",
"hsimp-checks": "^0.1.2",
"hsimp-library": "^0.1.2",
"hsimp-named-number": "^0.1.3",
"hsimp-period": "^0.1.3",
"hsimp-purescript": "^0.1.1",
"html-react-parser": "^0.9.1",
"image-to-base64": "^2.0.1",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.11",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "2.24.0",
"node-sass": "4.11.0",
"nouislider": "13.1.1",
"perfect-scrollbar": "1.4.0",
"radium": "^0.25.2",
"react": "16.8.3",
"react-bootstrap-switch": "15.5.3",
"react-chartjs-2": "2.7.4",
"react-cookie-consent": "^2.3.2",
"react-datetime": "2.16.3",
"react-diff-viewer": "^2.0.0",
"react-dom": "16.8.3",
"react-dual-timeline": "^0.3.0",
"react-filter-search": "^1.0.8",
"react-google-recaptcha": "^1.0.5",
"react-image-crop": "^8.1.0",
"react-image-select-pv": "^2.1.2",
"react-images-upload": "^1.2.7",
"react-loading": "^2.0.3",
"react-perfect-scrollbar": "^1.5.3",
"react-placeholder": "^3.0.2",
"react-quill": "^1.3.3",
"react-recaptcha-v3": "^1.1.0",
"react-router-dom": "4.3.1",
"react-scripts": "2.1.5",
"react-scrollable-anchor": "^0.6.1",
"react-select-search": "^0.9.6",
"react-toast-notifications": "^1.4.0",
"react-toasts": "^2.0.14",
"react-vertical-timeline-component": "^2.4.0",
"reactstrap": "7.1.0",
"redux": "^4.0.4",
"sha256": "^0.2.0",
"stellar-sdk": "^0.11.0",
"tachyons-components": "^1.0.1",
"text-diff": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.css",
"minify-sass": "node-sass src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.4.0"
},
"jest": {
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"setupFiles": [
"./src/setupTests.js"
]
}