-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
133 lines (133 loc) · 4 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
{
"name": "dashboard",
"version": "2.0.0",
"description": "reactivesearch.io dashboard",
"main": "src/index.js",
"repository": "[email protected]:appbaseio/dashboard.git",
"author": "Deepak Grover <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider NODE_ENV=development webpack-dev-server --mode development --content-base . --history-api-fallback --hot --inline --progress --colors --port 1357",
"build": "NODE_ENV=production node ./scripts/create-env.js && webpack --mode production",
"glow": "glow --watch",
"format": "prettier --write --use-tabs 'src/!(batteries*)**/**/*.js'",
"lint": "eslint .",
"test": "jest --env node --config ./jest.config.json"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged && yarn test"
}
},
"lint-staged": {
"./src/!(batteries*)**/*.js": [
"prettier --write",
"git add"
]
},
"devDependencies": {
"@babel/cli": "^7.0.0-rc.1",
"@babel/core": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"@babel/preset-flow": "^7.0.0-rc.1",
"@babel/preset-react": "^7.0.0-rc.1",
"@sentry/webpack-plugin": "^1.6.1",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.0-beta",
"babel-plugin-emotion": "^9.2.6",
"babel-plugin-import": "^1.8.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^2.0.0",
"flow-bin": "^0.78.0",
"glow": "^1.2.2",
"html-webpack-plugin": "3.0.7",
"husky": "^3.1.0",
"jest": "^25.5.3",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"linkinator": "^2.0.6",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"style-loader": "^0.22.1",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@ant-design/icons": "^4.8.0",
"@appbaseio/dejavu-browser": "^3.8.1",
"@appbaseio/designkit": "^0.9.1",
"@appbaseio/reactivecore": "^8.2.6",
"@appbaseio/reactivesearch": "^3.24.1",
"@auth0/auth0-react": "^1.12.0",
"@babel/plugin-proposal-class-properties": "^7.0.0-rc.1",
"@monaco-editor/react": "^4.4.1",
"@sentry/browser": "^5.24.1",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.9.0",
"@typeform/embed-react": "^1.13.0",
"antd": "^5.0.0",
"appbase-js": "^4.0.1-beta",
"auth0-js": "^9.19.2",
"brace": "^0.11.1",
"can-ndjson-stream": "^1.0.2",
"codesandbox": "1.2.16",
"d3-scale": "^2.1.2",
"dompurify": "^2.5.4",
"dotenv": "^8.0.0",
"emotion": "^9.2.6",
"hex-rgb": "^3.0.0",
"ip": "^1.1.9",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lzma": "^2.3.2",
"moment": "^2.29.4",
"partial-json-parser": "^1.1.1",
"prop-types": "^15.6.2",
"random-word-slugs": "^0.0.5",
"rc-progress": "^2.2.5",
"react": "^16.4.2",
"react-ace": "^6.1.4",
"react-animated-number": "^0.4.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.2",
"react-element-to-jsx-string": "^14.0.1",
"react-emotion": "^9.2.6",
"react-expand-collapse": "^0.2.0",
"react-feather": "^1.1.3",
"react-google-one-tap-login": "^0.1.1",
"react-intl-tel-input": "^5.0.7",
"react-joyride": "^2.0.0-15",
"react-loadable": "^5.5.0",
"react-reactive-form": "^1.0.30",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-select": "^2.0.0",
"react-simple-maps": "^0.12.1",
"react-stripe-checkout": "^2.6.3",
"react-tooltip": "^3.8.4",
"recharts": "^1.4.2",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.3.0",
"reselect": "^3.0.1",
"topojson-client": "^3.0.0",
"url-parser-lite": "^0.1.0",
"url-search-params": "^1.1.0",
"urlsafe-base64": "https://github.com/farhan687/urlsafe-base64.git",
"uuid": "^8.3.2"
}
}