1 | {
|
2 | "name": "rmc-align",
|
3 | "version": "1.0.0",
|
4 | "description": "react align ui component for mobile",
|
5 | "keywords": [
|
6 | "react",
|
7 | "react-component",
|
8 | "react-align",
|
9 | "align",
|
10 | "mobile align"
|
11 | ],
|
12 | "files": [
|
13 | "lib",
|
14 | "es",
|
15 | "dist"
|
16 | ],
|
17 | "homepage": "http://github.com/react-component/m-align",
|
18 | "author": "",
|
19 | "repository": {
|
20 | "type": "git",
|
21 | "url": "git@github.com:react-component/m-align.git"
|
22 | },
|
23 | "bugs": {
|
24 | "url": "http://github.com/react-component/m-align/issues"
|
25 | },
|
26 | "licenses": "MIT",
|
27 | "main": "./lib/index",
|
28 | "module": "./es/index",
|
29 | "config": {
|
30 | "port": 8100
|
31 | },
|
32 | "scripts": {
|
33 | "dist": "rc-tools run dist",
|
34 | "watch-tsc": "rc-tools run watch-tsc",
|
35 | "build": "rc-tools run build",
|
36 | "gh-pages": "rc-tools run gh-pages",
|
37 | "start": "rc-tools run server",
|
38 | "pub": "rc-tools run pub",
|
39 | "lint": "rc-tools run lint",
|
40 | "compile": "rc-tools run compile --babel-runtime",
|
41 | "karma": "rc-test run karma",
|
42 | "saucelabs": "rc-test run saucelabs",
|
43 | "test": "rc-test run test",
|
44 | "chrome-test": "rc-test run chrome-test",
|
45 | "coverage": "rc-test run coverage"
|
46 | },
|
47 | "devDependencies": {
|
48 | "@types/react": "~16.0.2",
|
49 | "@types/react-dom": "15.5.1",
|
50 | "expect.js": "0.3.x",
|
51 | "pre-commit": "1.x",
|
52 | "rc-tools": "6.x",
|
53 | "rc-test": "6.x",
|
54 | "react": "15.x",
|
55 | "react-dom": "15.x"
|
56 | },
|
57 | "pre-commit": [
|
58 | "lint"
|
59 | ],
|
60 | "typings": "./lib/index.d.ts",
|
61 | "dependencies": {
|
62 | "babel-runtime": "6.x",
|
63 | "dom-align": "1.x",
|
64 | "rc-util": "4.x"
|
65 | }
|
66 | }
|