This repository has been archived by the owner on Aug 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
71 lines (71 loc) · 2.13 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
{
"name": "antd-canner-components",
"version": "10000.0.0",
"workspaces": [
"packages/*"
],
"private": true,
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^3.4.10",
"@storybook/addon-links": "^3.4.10",
"@storybook/addon-options": "^3.4.10",
"@storybook/addons": "^3.4.10",
"@storybook/react": "^3.4.10",
"@storybook/storybook-deployer": "^2.3.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.2",
"babel-plugin-import": "^1.9.1",
"babel-runtime": "^6.26.0",
"canner-ref-id": "^0.1.2",
"@canner/storage": "^2.0.11",
"css-loader": "^0.28.10",
"eslint": "^4.14.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-react": "^7.5.1",
"express": "^4.16.2",
"flow-bin": "^0.66.0",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.1",
"jest": "^22.4.0",
"lerna": "^3.3.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"prettier": "^1.9.2",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"slate-html-serializer": "^0.5.8",
"style-loader": "^0.20.2",
"styled-components": "^3.2.1"
},
"scripts": {
"lint": "prettier --write ./packages/*/src/**/*.js && eslint ./packages/*/src/**/*.js",
"build": "yarn run clear && gulp",
"build:watch": "gulp watch",
"clear": "lerna exec --parallel -- rm -rf lib",
"preversion": "npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages"
},
"dependencies": {
"antd": "^3.10.1",
"canner-helpers": "^0.1.9",
"lodash": "^4.17.4",
"react-icons": "^2.2.7",
"react-intl": "^2.4.0"
},
"license": "Apache 2.0"
}