Commit aea99836 authored by afc163's avatar afc163

cleanup deps

parent 6670f9f8
# test2 # XXX
[![](https://img.shields.io/travis/ant-design/test2.svg?style=flat-square)](https://travis-ci.org/ant-design/test2) [![](https://img.shields.io/travis/ant-design/test2.svg?style=flat-square)](https://travis-ci.org/ant-design/test2)
## Development
```bash
$ npm install
$ npm start
```
```bash
$ npm run deploy
```
{ {
"name": "ant-design-admin", "name": "ant-design-pro",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "roadhog server", "start": "roadhog server",
...@@ -15,15 +15,12 @@ ...@@ -15,15 +15,12 @@
"g2": "^2.3.8", "g2": "^2.3.8",
"g2-plugin-slider": "^1.2.1", "g2-plugin-slider": "^1.2.1",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"marked": "^0.3.6",
"numeral": "^2.0.6", "numeral": "^2.0.6",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"qs": "^6.5.0", "qs": "^6.5.0",
"react": "^15.4.0", "react": "^15.6.1",
"react-document-title": "^2.0.3", "react-document-title": "^2.0.3",
"react-dom": "^15.4.0", "react-dom": "^15.6.1"
"react-redux": "4.x || 5.x",
"react-router": "2.x || 3.x"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^7.1.1", "babel-eslint": "^7.1.1",
...@@ -38,7 +35,6 @@ ...@@ -38,7 +35,6 @@
"eslint-plugin-import": "^2.2.0", "eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1", "eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1", "eslint-plugin-react": "^7.0.1",
"expect": "^1.20.2",
"husky": "^0.13.4", "husky": "^0.13.4",
"mockjs": "^1.0.1-beta3", "mockjs": "^1.0.1-beta3",
"redbox-react": "^1.3.2", "redbox-react": "^1.3.2",
......
import React from 'react'; import React from 'react';
import classNames from 'classnames'; import classNames from 'classnames';
import { Button } from 'antd'; import { Button } from 'antd';
import { Link } from 'react-router'; import { Link } from 'dva/router';
import config from './typeConfig'; import config from './typeConfig';
import styles from './index.less'; import styles from './index.less';
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment