This repository was archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.95 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.95 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
{
"name": "@transmute/element-app",
"version": "0.8.4",
"private": true,
"homepage": "https://element-did.com",
"license": "Apache-2.0",
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^3.0.2",
"@transmute/did-wallet": "0.0.0-6",
"@transmute/element-lib": "^0.8.4",
"ace-builds": "^1.4.11",
"axios": "^0.18.0",
"base64url": "^3.0.1",
"classnames": "^2.2.6",
"clsx": "^1.0.4",
"connected-react-router": "^6.6.1",
"env-cmd": "^10.0.1",
"history": "^4.7.2",
"lodash": "^4.17.4",
"material-auto-rotating-carousel": "^3.0.1",
"moment": "^2.23.0",
"prop-types": "^15.5.4",
"qrcode.react": "^0.8.0",
"react": "^16.12.0",
"react-ace": "^8.1.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.12.0",
"react-ga": "^2.5.7",
"react-particles-js": "^2.4.2",
"react-qr-reader": "^2.2.1",
"react-redux": "^6.0.0",
"react-router": "^5.1.2",
"react-scripts": "2.1.4",
"react-select": "^2.3.0",
"react-swipeable-views": "^0.13.1",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.4",
"redux-devtools-extension": "^2.13.7",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"web3": "^1.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "NODE_OPTIONS='--max-old-space-size=4096' react-scripts build",
"build:standalone": "NODE_OPTIONS='--max-old-space-size=4096' env-cmd -f ./.env.production react-scripts build",
"deploy": "firebase deploy --only hosting",
"docker:build": "./build-docker.sh",
"docker:push": "npm run docker:build && docker push gjgd/element-app",
"test": "react-scripts test --no-watch",
"coverage": "react-scripts test --coverage",
"eject": "react-scripts eject",
"lint": "eslint --ext js --fix src ",
"serve": "serve -s build -l 3000",
"storybook": "start-storybook -s ./public -p 6006",
"storybook:build": "rm -rf storybook-static/ && build-storybook && cp -r ./public/cys ./storybook-static/cys && cp -r ./public/svg ./storybook-static/svg",
"storybook:deploy": "rm -rf ../../docs/storybook/ && cp -r storybook-static/ ../../docs/storybook/"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.4.4",
"@storybook/addon-actions": "^5.0.11",
"@storybook/addon-links": "^5.0.11",
"@storybook/addons": "^5.0.11",
"@storybook/react": "^5.0.11",
"@transmute/eslint-config": "0.1.0",
"babel-eslint": "^9.0.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-security": "^1.4.0",
"firebase-tools": "^7.16.0",
"gh-pages": "^2.0.1",
"serve": "^11.3.2"
}
}