-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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": "with-flow",
"version": "1.0.0",
"license": "MIT",
"author": "Jag Reehal",
"scripts": {
"dev": "next",
"build": "next build",
"flow": "flow",
"start": "next start"
},
"theme": {
"primary-color": "#1DA57A"
},
"dependencies": {
"@types/lodash": "^4.14.106",
"@zeit/next-less": "^0.1.2",
"antd": "^3.4.0",
"async-validator": "^1.8.2",
"axios": "^0.18.0",
"classnames": "^2.2.5",
"fetch": "^1.1.0",
"i": "^0.3.6",
"isomorphic-fetch": "^2.2.1",
"less": "^2.7.2",
"lodash": "^4.17.5",
"mobx": "3.6.2",
"mobx-react": "4.4.3",
"next": "^5.1.0",
"npm": "^5.8.0",
"prop-types": "^15.6.1",
"rc-mobx-form": "^0.2.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"recompose": "^0.26.0",
"socket.io-client": "^2.1.0",
"ts-transformer-cli": "^1.0.0-alpha.9",
"typescript": "^2.8.1",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-eslint": "8.2.1",
"babel-plugin-transform-flow-strip-types": "6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-inline-import": "^2.0.6",
"flow-bin": "0.64.0"
}
}