forked from ant-design/ant-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.03 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
{
"name": "ant-motion",
"version": "1.5.1",
"dependencies": {
"antd": "~2.7.0",
"autoresponsive-react": "1.1.x",
"deepcopy": "^0.6.3",
"enquire.js": "^2.1.1",
"file-saver": "^1.3.2",
"jsonml-to-react-component": "^0.2.2",
"jsonml.js": "^0.1.0",
"jszip": "^3.0.0",
"less-loader": "^2.2.3",
"raw-js-loader": "^1.4.0",
"raw-loader": "^0.5.1",
"rc-animate": "~2.3.0",
"rc-banner-anim": "~0.5.8",
"rc-queue-anim": "~1.0.0",
"rc-scroll-anim": "~1.0.0",
"rc-tween-one": "~1.2.0",
"react": "15.4.x",
"react-color": "^2.9.0",
"react-copy-to-clipboard": "~4.2.0",
"react-document-title": "^2.0.1",
"react-dom": "15.4.x",
"react-router": "~3.0.0",
"react-sublime-video": "^0.2.0",
"to-style": "^1.3.3",
"tween-functions": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-import": "^1.1.0",
"bisheng": "^0.13.0",
"bisheng-plugin-antd": "~0.3.0",
"bisheng-plugin-description": "^0.1.1",
"bisheng-plugin-react": "^0.2.0",
"bisheng-plugin-toc": "^0.3.0",
"bluebird": "^3.4.0",
"dora-plugin-upload": "^0.3.1",
"eslint": "^3.8.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-markdown": "*",
"eslint-plugin-react": "^6.1.2",
"eslint-tinker": "^0.4.0",
"pre-commit": "1.x",
"prismjs": "^1.5.1"
},
"pre-commit": [
"lint"
],
"scripts": {
"start": "bisheng start",
"site": "bisheng build -c ./bisheng.config.js",
"deploy": "bisheng gh-pages",
"pre-deploy": "mkdir -p _site",
"just-deploy": "npm run pre-deploy && bisheng gh-pages -c ./bisheng.config.js",
"lint": "eslint ./src ./exhibition --ext '.js,.jsx'",
"demolint": "RUN_ENV=DEMO eslint components/*/demo/*.md --ext '.md'",
"eslint-fix": "eslint --fix ./src ./exhibition --ext '.js,.jsx'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"theme": "./theme.js"
}