UNPKG

3.56 kBJSONView Raw
1{
2 "name": "bsreact",
3 "version": "0.0.0",
4 "private": false,
5 "scripts": {
6 "start-rn": "node node_modules/react-native/local-cli/cli.js start",
7 "start-ios": "react-native run-ios",
8 "start-android": "react-native run-android",
9 "start-web": "node scripts/start.js",
10 "prettier": "prettier --write --single-quote --no-semi --trailing-comma es5 --print-width 80 \"app/**/*.js\"",
11 "lint": "eslint app",
12 "format": "yarn prettier && yarn lint --fix",
13 "precommit": "yarn format"
14 },
15 "dependencies": {
16 "@molejs/mole-core": "0.0.16",
17 "antd-mobile": "^2.2.3",
18 "antd-mobile-rn": "^2.2.1",
19 "autoprefixer": "7.1.6",
20 "babel-core": "6.26.0",
21 "babel-eslint": "7.2.3",
22 "babel-loader": "7.1.2",
23 "babel-preset-react-app": "^3.1.1",
24 "babel-preset-stage-0": "^6.24.1",
25 "babel-runtime": "6.26.0",
26 "case-sensitive-paths-webpack-plugin": "2.1.1",
27 "chalk": "1.1.3",
28 "css-loader": "0.28.7",
29 "dotenv": "4.0.0",
30 "dotenv-expand": "4.2.0",
31 "dva-redux-persist": "^1.0.3",
32 "eslint": "4.10.0",
33 "eslint-config-react-app": "^2.1.0",
34 "eslint-loader": "1.9.0",
35 "eslint-plugin-flowtype": "2.39.1",
36 "eslint-plugin-import": "2.8.0",
37 "eslint-plugin-jsx-a11y": "5.1.1",
38 "eslint-plugin-react": "7.4.0",
39 "extract-text-webpack-plugin": "3.0.2",
40 "file-loader": "1.1.5",
41 "fs-extra": "3.0.1",
42 "html-webpack-plugin": "2.29.0",
43 "jest": "20.0.4",
44 "object-assign": "4.1.1",
45 "postcss-flexbugs-fixes": "3.2.0",
46 "postcss-loader": "2.0.8",
47 "promise": "8.0.1",
48 "prop-types": "^15.6.2",
49 "raf": "3.4.0",
50 "react": "16.2.0",
51 "react-art": "^16.4.2",
52 "react-dev-utils": "^5.0.1",
53 "react-dom": "^16.4.2",
54 "react-native": "0.53.3",
55 "react-native-drawer": "^2.5.0",
56 "react-native-drawer-menu": "^0.2.5",
57 "react-native-svg": "^6.5.1",
58 "react-native-web": "^0.8.9",
59 "react-navigation": "^2.11.2",
60 "react-navigation-redux-helpers": "^2.0.2",
61 "react-redux": "^5.0.7",
62 "react-router-dom": "^4.3.1",
63 "react-router-transition": "^1.2.1",
64 "redux": "^4.0.0",
65 "redux-logger": "^3.0.6",
66 "redux-persist": "^5.10.0",
67 "redux-thunk": "^2.3.0",
68 "resolve": "1.6.0",
69 "style-loader": "0.19.0",
70 "sw-precache-webpack-plugin": "0.11.4",
71 "url-loader": "0.6.2",
72 "webpack": "3.8.1",
73 "webpack-dev-server": "2.9.4",
74 "webpack-manifest-plugin": "1.3.2",
75 "whatwg-fetch": "2.0.3",
76 "xmldom": "^0.1.27"
77 },
78 "main": "./src/index.js",
79 "devDependencies": {
80 "babel-eslint": "^8.2.4",
81 "babel-jest": "^23.0.1",
82 "babel-plugin-transform-class-properties": "^6.24.1",
83 "babel-plugin-transform-decorators-legacy": "^1.3.5",
84 "babel-plugin-transform-runtime": "^6.23.0",
85 "babel-plugin-lodash": "^3.3.2",
86 "babel-plugin-transform-es2015-classes": "^6.24.1",
87 "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
88 "babel-plugin-transform-object-rest-spread": "^6.26.0",
89 "babel-polyfill": "^6.26.0",
90 "babel-preset-es2015": "^6.24.1",
91 "babel-preset-react-native": "^4.0.0",
92 "eslint": "^5.0.0",
93 "eslint-config-airbnb": "^17.0.0",
94 "eslint-config-prettier": "^2.9.0",
95 "eslint-plugin-babel": "^5.1.0",
96 "eslint-plugin-import": "^2.12.0",
97 "eslint-plugin-jsx-a11y": "^6.0.3",
98 "eslint-plugin-prettier": "^2.6.2",
99 "eslint-plugin-react": "^7.9.1",
100 "husky": "^0.14.3",
101 "jest": "^23.1.0",
102 "prettier": "^1.13.5",
103 "react-test-renderer": "^16.4.1"
104 },
105 "jest": {
106 "preset": "react-native"
107 }
108}