-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "crossword",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "parcel public/index.html",
"server": "NODE_ENV=development babel src --out-dir dist && node dist/server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/imoans/crossword.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/imoans/crossword/issues"
},
"homepage": "https://github.com/imoans/crossword#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-react-native-web": "^0.3.3",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.1",
"flow-bin": "^0.62.0",
"invariant": "^2.2.2",
"parcel-bundler": "^1.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"isomorphic-fetch": "^2.2.1",
"react-native": "^0.52.2",
"react-native-web": "^0.3.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.4"
}
}