This repository has been archived by the owner on Oct 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 2 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
{
"name": "hackmdir",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"install": "scripts/install-git-hooks",
"fix": "npx standard --fix",
"dev": "webpack --config webpack.dev.js --mode=development --watch ",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afcidk/HackMDir.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/afcidk/HackMDir/issues"
},
"homepage": "https://github.com/afcidk/HackMDir#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-react-constant-elements": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"@material-ui/styles": "^3.0.0-alpha.8",
"array-move": "^2.1.0",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-stage-2": "^6.24.1",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^2.1.1",
"html-loader": "^0.5.5",
"node-sass": "^4.12.0",
"notistack": "^0.8.6",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-sortable-hoc": "^1.9.1",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.2",
"redux": "^4.0.1",
"sass-loader": "^7.1.0",
"socket.io-client": "^2.2.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.4",
"uuid": "^3.3.2",
"webpack": "^4.32.1",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-extension-reloader": "^1.1.0",
"why-did-you-update": "^1.0.6"
},
"dependencies": {
"array-move": "^2.1.0",
"pre-commit": "^1.2.2",
"react-sortable-hoc": "^1.9.1",
"standard": "^12.0.1",
"standardjs": "^1.0.0-alpha"
}
}