-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
143 lines (143 loc) · 4.76 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "ppfish-mobile",
"version": "1.0.4",
"description": "ppfish-mobile",
"main": "lib/components/index.js",
"module": "es/components/index.js",
"files": [
"dist",
"es",
"lib"
],
"scripts": {
"dll": "concurrently 'npm run dll:demo' 'npm run dll:site'",
"dev": "concurrently 'fishd-doc start --config ./site/doc.mobile.config.js' 'fishd-doc start --config ./site/doc.desktop.config.js'",
"build": "concurrently 'npm run build:lib' 'npm run build:dist'",
"build:doc": "concurrently 'npm run build:demo' 'npm run build:site'",
"publish:doc": "HUSKY_SKIP_HOOKS=1 tools/githubPage.sh",
"dll:site": "fishd-doc dll --config ./site/doc.desktop.config.js",
"dll:demo": "fishd-doc dll --config ./site/doc.mobile.config.js",
"open:site": "fishd-doc start --config ./site/doc.desktop.config.js",
"open:demo": "fishd-doc start --config ./site/doc.mobile.config.js",
"build:site": "fishd-doc build --config ./site/doc.desktop.config.js",
"build:demo": "fishd-doc build --config ./site/doc.mobile.config.js",
"build:lib": "tools/buildMobile.sh",
"winbuild:lib": "tools\\buildMobile.sh",
"build:dist": "webpack --config webpack.config.js",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "jest --config jest.config.js --no-cache",
"test:update": "jest --updateSnapshot",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"license": "ISC",
"dependencies": {
"@types/resize-observer-browser": "^0.1.6",
"ahooks": "^2.10.9",
"classnames": "^2.2.6",
"fishd-checkbox": "^0.0.4",
"fishd-nuka-carousel": "^1.0.3",
"lottie-web": "^5.7.3",
"photoswipe": "^4.1.3",
"rc-animate": "^3.0.0",
"rc-checkbox": "^2.0.3",
"rc-form": "^2.4.11",
"rc-rate": "^2.8.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-photo-view": "^0.5.1",
"react-transition-group": "^4.4.1",
"rmc-cascader": "^5.0.3",
"rmc-date-picker": "6.0.8",
"rmc-dialog": "1.0.1",
"rmc-feedback": "^2.0.0",
"rmc-notification": "^1.0.0",
"rmc-picker": "^5.0.10",
"rmc-tabs": "^1.2.29"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-logical-assignment-operators": "^7.7.4",
"@babel/plugin-proposal-numeric-separator": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.9.0",
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.29.0",
"@typescript-eslint/parser": "^2.29.0",
"array-tree-filter": "^2.1.0",
"autoprefixer": "^9.7.3",
"babel-jest": "^25.5.1",
"babel-loader": "^8.0.6",
"babel-plugin-transform-imports": "^2.0.0",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"commitizen": "^4.0.4",
"concurrently": "^5.0.2",
"conventional-changelog-cli": "^2.0.31",
"css-loader": "^3.4.2",
"cz-conventional-changelog": "^3.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"file-loader": "^5.0.2",
"fishd-doc": "^1.0.8",
"husky": "^4.2.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.3.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lint-staged": "^10.1.6",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"ora": "^4.0.3",
"postcss": "^8.3.11",
"postcss-less": "^5.0.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.19.1",
"react-hot-loader": "^4.12.18",
"react-test-renderer": "^16.13.1",
"style-loader": "^1.1.2",
"stylelint": "^14.0.1",
"stylelint-config-standard": "^23.0.0",
"stylelint-order": "^5.0.0",
"terser-webpack-plugin": "^3.0.1",
"ts-jest": "^25.5.1",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"husky": {
"hooks": {
"pre-commit": "concurrently 'lint-staged' 'npm run test'"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/NSFI/fishd-mobile.git"
},
"homepage": "https://nsfi.github.io/fishd-mobile-site/#/zh-CN/"
}