-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.28 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
{
"name": "bootnode-admin",
"version": "1.0.0",
"description": "Bootnode Admin Demo",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"export": "npm run build && next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanzoai/bootnode-admin.git"
},
"author": "Hanzo",
"license": "ISC",
"bugs": {
"url": "https://github.com/hanzoai/bootnode-admin/issues"
},
"homepage": "https://github.com/hanzoai/bootnode-admin#readme",
"dependencies": {
"@date-io/moment": "1.0.1",
"@material-ui/core": "3.9.0",
"@material-ui/icons": "3.0.2",
"@material-ui/styles": "3.0.0-alpha.8",
"@zeit/next-css": "1.0.1",
"akasha": "0.1.13",
"classnames": "2.2.6",
"d3-collection": "1.0.7",
"d3-fetch": "1.1.2",
"d3-geo": "1.11.3",
"d3-graphviz": "2.6.1",
"d3-scale": "3.0.0",
"d3-scale-chromatic": "1.3.3",
"d3-selection": "1.4.0",
"d3-shape": "1.3.5",
"d3-transition": "1.2.0",
"es-is": "3.3.10",
"es-xhr-promise": "1.2.16",
"es6-event-emitter": "1.10.2",
"flat": "4.1.0",
"material-ui-pickers": "2.1.2",
"moment": "2.24.0",
"moment-timezone": "0.5.23",
"mui-datatables": "2.0.0-beta-53",
"next": "7.0.2",
"nextjs": "0.0.3",
"query-string": "6.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-flip-move": "3.0.3",
"react-load-script": "0.0.6",
"react-number-format": "4.0.6",
"react-referential": "1.0.2",
"react-referential-forms": "1.0.11",
"react-text-mask": "5.4.3",
"react-webcam": "1.1.0",
"reeeset": "0.0.8",
"referential": "0.5.25"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@zeit/next-stylus": "1.0.1",
"autoprefixer": "9.4.5",
"babel-plugin-transform-react-pug": "7.0.0",
"css-mqpacker": "7.0.0",
"next-babel-minify": "1.0.0",
"postcss-discard-comments": "4.0.1",
"poststylus": "1.0.0",
"rucksack-css": "1.0.2",
"rupture": "0.7.1",
"sake-bundle": "^0.6.14",
"sake-cli": "^0.7.2",
"sake-outdated": "^0.4.4",
"sake-publish": "^0.1.17",
"sake-version": "^0.1.19",
"stylus": "0.54.5"
}
}