-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 2.98 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "sb",
"version": "0.0.1",
"private": true,
"description": "sb created by Rekit.",
"keywords": [
"rekit"
],
"rekit": {
"devPort": 3000,
"studioPort": 6076,
"buildPort": 6077,
"plugins": [],
"css": "less"
},
"scripts": {
"start": "node ./tools/server.js",
"build": "node ./tools/build.js",
"test": "node ./tools/run_test.js",
"get-config": "node ./tools/get_config.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@storybook/addon-actions": "3.3.13",
"@storybook/addon-links": "3.3.13",
"@storybook/react": "3.3.13",
"argparse": "1.0.10",
"axios": "0.18.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-istanbul": "4.1.5",
"babel-plugin-lodash": "3.3.2",
"babel-plugin-module-resolver": "3.1.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-flow": "6.23.0",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"chai": "4.1.2",
"css-loader": "0.28.9",
"dotenv-webpack": "1.5.4",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "4.18.0",
"eslint-config-airbnb": "16.1.0",
"eslint-config-standard": "11.0.0-beta.0",
"eslint-config-standard-react": "5.0.0",
"eslint-import-resolver-babel-module": "4.0.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-node": "6.0.0",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-react": "7.6.1",
"eslint-plugin-standard": "3.0.1",
"express": "4.16.2",
"express-history-api-fallback": "2.2.1",
"file-loader": "1.1.7",
"flow-bin": "0.66.0",
"fs": "0.0.1-security",
"history": "4.7.2",
"jsdom": "11.6.2",
"less": "3.0.1",
"less-loader": "4.0.5",
"lodash": "4.17.5",
"lodash-webpack-plugin": "0.11.4",
"mocha": "4.1.0",
"mocha-webpack": "1.0.1",
"nock": "9.1.6",
"npm-run": "4.1.2",
"nyc": "11.4.1",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-hot-loader": "3.1.3",
"react-redux": "5.0.7",
"react-router-dom": "4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"redux": "3.7.2",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.1",
"redux-thunk": "2.2.0",
"rekit-core": "2.2.2",
"rekit-studio": "2.2.1",
"request": "2.83.0",
"shelljs": "0.8.1",
"sinon": "4.3.0",
"style-loader": "0.19.1",
"url-loader": "0.6.2",
"webpack": "3.11.0",
"webpack-bundle-analyzer": "2.10.0",
"webpack-dev-middleware": "2.0.5",
"webpack-hot-middleware": "2.21.0",
"webpack-node-externals": "1.6.0"
},
"dependencies": {
"antd": "3.2.1",
"dotenv": "5.0.0",
"dropbox": "3.0.4",
"redux-persist": "5.9.1",
"styled-components": "3.1.6",
"uuid": "3.2.1"
}
}