This repository has been archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "react-redux-card-game",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./webpack/server.js",
"test": "echo \"Error: no test specified\"",
"lint": "eslint src"
},
"author": "Boyd Dames",
"license": "MIT",
"dependencies": {
"classnames": "2.2.5",
"express": "4.14.1",
"immutable": "3.8.1",
"react": "15.4.2",
"react-dnd": "2.2.3",
"react-dnd-html5-backend": "2.2.3",
"react-dom": "15.4.2",
"react-modal": "1.6.5",
"react-portal": "^4.1.2",
"react-redux": "5.0.2",
"react-router": "3.0.2",
"redux": "3.7.2",
"redux-thunk": "2.2.0",
"reselect": "2.5.4",
"socket.io": "1.7.2",
"socket.io-client": "1.7.2",
"uuid": "3.0.1"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-loader": "7.1.4",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-1": "6.24.1",
"chalk": "1.1.3",
"css-loader": "0.28.11",
"eslint": "3.15.0",
"eslint-config-airbnb": "11.2.0",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-plugin-import": "1.16.0",
"eslint-plugin-jsx-a11y": "2.2.2",
"eslint-plugin-react": "6.9.0",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.5.0",
"postcss-loader": "2.1.3",
"sass-loader": "6.0.7",
"style-loader": "0.20.3",
"webpack": "4.5.0",
"webpack-dev-middleware": "3.1.2",
"webpack-hot-middleware": "2.22.0"
}
}