-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
82 lines (82 loc) · 2.3 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
{
"name": "react-board",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"lint": "./node_modules/.bin/eslint ./",
"dev": "webpack-dev-server --hot",
"production": "webpack -p",
"bundle": "webpack"
},
"dependencies": {
"body-parser": "^1.18.3",
"bson-ext": "^2.0.1",
"clean-webpack-plugin": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.16.3",
"express-session": "^1.15.6",
"filepond": "^3.3.2",
"filepond-plugin-file-rename": "^1.1.0",
"filepond-plugin-file-validate-size": "^2.0.0",
"filepond-plugin-file-validate-type": "^1.2.0",
"filepond-plugin-image-preview": "^3.1.4",
"formidable": "^1.2.1",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"js-cookie": "^2.2.0",
"js-sha3": "^0.8.0",
"kerberos": "^1.1.2",
"mongodb": "^3.1.10",
"multer": "^1.4.1",
"node-sass": "^4.9.3",
"nodemailer": "^4.7.0",
"nodemailer-smtp-pool": "^2.8.3",
"nodemailer-smtp-transport": "^2.7.4",
"prop-types": "^15.6.2",
"react": "^16.5.0",
"react-color": "^2.17.3",
"react-dom": "^16.5.0",
"react-filepond": "^5.0.0",
"react-icons": "^3.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-spinners": "^0.4.7",
"redux": "^4.0.0",
"redux-cookie": "^0.5.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"session-file-store": "^1.2.0",
"sha.js": "^2.4.11"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^1.0.0",
"eslint": "^6.0.1",
"eslint-plugin-react": "^7.14.2",
"file-loader": "^2.0.0",
"img-loader": "^3.0.1",
"redux-devtools": "^3.4.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"url-loader": "^1.1.2",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HamSungJun/React-Board.git"
},
"author": "HSJPRIME",
"license": "ISC",
"bugs": {
"url": "https://github.com/HamSungJun/React-Board/issues"
},
"homepage": "https://github.com/HamSungJun/React-Board#readme"
}