1 | {
|
2 | "name": "yy-formulas",
|
3 | "version": "1.0.6",
|
4 | "description": "yy formulas fc",
|
5 | "main": "./lib/index",
|
6 | "module": "./es/index",
|
7 | "files": [
|
8 | "assets/*.css",
|
9 | "assets/*.png",
|
10 | "assets/*.gif",
|
11 | "es",
|
12 | "lib"
|
13 | ],
|
14 | "config": {
|
15 | "port": 8000,
|
16 | "entry": {
|
17 | "index": [
|
18 | "./assets/index.less",
|
19 | "./src/index.jsx"
|
20 | ]
|
21 | }
|
22 | },
|
23 | "scripts": {
|
24 | "lint": "eslint src/**",
|
25 | "build": "rc-tools run build",
|
26 | "pub": "rc-tools run pub",
|
27 | "compile": "rc-tools run compile --babel-runtime",
|
28 | "gh-pages": "npm run build && rc-tools run gh-pages",
|
29 | "start": "webpack && webpack-dev-server",
|
30 | "dev": "webpack && webpack-dev-server"
|
31 | },
|
32 | "repository": {
|
33 | "type": "git",
|
34 | "url": "git+https://github.com/yyssc/yy-formulas.git"
|
35 | },
|
36 | "keywords": [
|
37 | "react",
|
38 | "components",
|
39 | "formulas",
|
40 | "fc",
|
41 | "yy"
|
42 | ],
|
43 | "author": {
|
44 | "name": "zhangtongchuan",
|
45 | "email": "zhangtch@yonyou.com",
|
46 | "url": "https://github.com/tongchuan"
|
47 | },
|
48 | "license": "ISC",
|
49 | "bugs": {
|
50 | "url": "https://github.com/yyssc/yy-formulas/issues"
|
51 | },
|
52 | "homepage": "https://github.com/yyssc/yy-formulas#readme",
|
53 | "dependencies": {
|
54 | "@babel/cli": "^7.2.3",
|
55 | "@babel/core": "^7.3.4",
|
56 | "@babel/preset-env": "^7.3.4",
|
57 | "@babel/preset-react": "^7.0.0",
|
58 | "babel-loader": "^8.0.5",
|
59 | "babel-preset-env": "^1.7.0",
|
60 | "babel-preset-react": "^6.24.1",
|
61 | "jquery": "^3.3.1",
|
62 | "prop-types": "^15.7.2",
|
63 | "rc-select": "^9.0.2",
|
64 | "rc-tabs": "^9.6.2",
|
65 | "rc-tree": "^1.15.2",
|
66 | "rc-tree-select": "^2.6.1",
|
67 | "react": "^16.8.4",
|
68 | "react-lifecycles-compat": "^3.0.4"
|
69 | },
|
70 | "devDependencies": {
|
71 | "babel-eslint": "^10.0.1",
|
72 | "css-loader": "^2.1.1",
|
73 | "eslint": "^5.15.2",
|
74 | "eslint-loader": "^2.1.2",
|
75 | "eslint-plugin-react": "^7.12.4",
|
76 | "friendly-errors-webpack-plugin": "^1.7.0",
|
77 | "html-webpack-plugin": "^3.2.0",
|
78 | "less": "^3.9.0",
|
79 | "less-loader": "^4.1.0",
|
80 | "rc-tools": "^9.3.11",
|
81 | "style-loader": "^0.23.1",
|
82 | "webpack": "^4.29.6",
|
83 | "webpack-cli": "^3.2.3",
|
84 | "webpack-dev-server": "^3.2.1"
|
85 | }
|
86 | }
|