-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.84 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
{
"name": "dash3",
"version": "1.0.0",
"description": "Dash 3",
"main": "index.js",
"scripts": {
"dev": "next -p 3001",
"build": "next build",
"analyze": "ANALYZE=true next build",
"start": "NODE_ENV=production node server.js",
"export": "npm run build && next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzoai/dash3.git"
},
"author": "Hanzo",
"license": "ISC",
"bugs": {
"url": "https://github.com/hanzoai/dash3/issues"
},
"homepage": "https://github.com/hanzoai/dash3#readme",
"dependencies": {
"@date-io/moment": "2.4.0",
"@hanzo/middleware": "0.0.15",
"@hanzo/react": "0.0.15",
"@hanzo/utils": "0.0.15",
"@material-ui/core": "4.9.5",
"@material-ui/icons": "4.9.1",
"@material-ui/pickers": "3.2.10",
"@material-ui/styles": "4.9.0",
"@zeit/next-css": "1.0.1",
"akasha": "0.1.13",
"chart.js": "2.9.3",
"classnames": "2.2.6",
"filepond": "4.12.0",
"filepond-plugin-image-exif-orientation": "1.0.6",
"filepond-plugin-image-preview": "4.6.1",
"hanzo.js": "2.5.13",
"libphonenumber-js": "1.7.46",
"material-table": "1.57.2",
"material-ui-phone-number": "2.2.5",
"midstream": "2.0.2",
"mobx": "5.15.4",
"mobx-react": "6.1.8",
"moment": "2.24.0",
"moment-timezone": "0.5.28",
"next": "9.2.2",
"nextjs": "0.0.3",
"numeral": "^2.0.6",
"numeraljs": "1.5.6",
"query-string": "6.11.1",
"react": "16.13.0",
"react-analytics-widget": "1.2.0",
"react-chartjs-2": "2.9.0",
"react-dom": "16.13.0",
"react-filepond": "7.0.1",
"react-load-script": "0.0.6",
"react-number-format": "4.4.1",
"react-phone-input-mui": "2.9.4",
"react-text-mask": "5.4.3",
"react-webcam": "5.0.0",
"reeeset": "0.0.8",
"styled-jsx": "3.2.4",
"text-encoding": "0.7.0",
"wif": "2.0.6"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@next/bundle-analyzer": "9.2.2",
"@zeit/next-stylus": "1.0.1",
"autoprefixer": "9.7.4",
"babel-eslint": "10.1.0",
"babel-plugin-transform-react-pug": "7.0.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-autofix": "1.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import-order-alphabetical": "1.0.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"next-babel-minify": "1.0.0",
"postcss-discard-comments": "4.0.2",
"poststylus": "1.0.0",
"rucksack-css": "1.0.2",
"rupture": "0.7.1",
"styled-jsx-plugin-stylus": "0.0.4",
"stylus": "0.54.7"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}