forked from SCLeoX/sm-contract
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "cryptoSM",
"version": "0.0.0",
"description": "SM Coordination.",
"repository": "https://github.com/b1f6c1c4/cryptoSM.git",
"keywords": [
"bdsm",
"communication",
"sm",
"cryptography",
"garbled-circuit"
],
"author": [
"SCLeoX",
"b1f6c1c4"
],
"license": "AGPL-3.0-or-later",
"private": true,
"scripts": {
"start": "parcel index.html app.html",
"build": "node build.js",
"deploy": "node netlify.js"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"babel-polyfill": "^6.26.0",
"i18next": "^19.7.0",
"i18next-browser-languagedetector": "^6.0.1",
"immutability-helper": "^3.1.1",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.20",
"pako": "^1.0.11",
"rc-progress": "^3.1.0",
"react": "^16.13.1",
"react-collapse": "^5.0.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.7.2",
"react-motion": "^0.5.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-immutable": "^4.0.0",
"redux-localstorage": "^0.4.1",
"typeface-poiret-one": "0.0.71"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"netlify": "^4.3.13",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.10",
"shelljs": "^0.8.4"
}
}