forked from CannerCMS/cannercms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.68 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
{
"workspaces": [
"packages/*"
],
"scripts": {
"test": "jest --verbose false --testPathIgnorePatterns /node_modules/ e2e --maxWorkers=2",
"test:watch": "jest --watch --verbose false --testPathIgnorePatterns /node_modules/ e2e --maxWorkers=2",
"test:e2e": "jest e2e --verbose false --testPathIgnorePatterns /node_modules/ --runInBand",
"lint": "eslint ./packages/*/src/**/*.js & eslint ./packages/*/test/**/*.js",
"bootstrap": "lerna bootstrap",
"clean": "lerna exec --parallel -- rimraf lib dist",
"build:flow": "lerna exec --parallel --ignore *graphql* -- flow-copy-source -v -i '**/test/**' src lib",
"build:watch": "gulp watch",
"build:ts": "gulp ts",
"build:js": "gulp js",
"build": "gulp",
"prepublishOnly": "yarn clean && yarn check:js && yarn test && yarn build && yarn build:flow",
"release": "lerna publish --exact",
"release:next": "lerna publish --exact --npm-tag next",
"check:js": "yarn lint && yarn flow",
"start": "NODE_ENV=development webpack-dev-server",
"build:docs": "rm -rf docs/dist && NODE_ENV=production webpack",
"gh-pages": "gh-pages -d docs/dist",
"deploy": "yarn build:docs && yarn gh-pages",
"validate": "yarn ls"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "7.0.0",
"@babel/plugin-proposal-decorators": "7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "7.0.0",
"@babel/plugin-proposal-function-sent": "7.0.0",
"@babel/plugin-proposal-json-strings": "7.0.0",
"@babel/plugin-proposal-numeric-separator": "7.0.0",
"@babel/plugin-proposal-throw-expressions": "7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.0.0",
"@babel/plugin-syntax-import-meta": "7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@canner/antd-components": "^0.5.28",
"@canner/vega-charts": "^0.1.3",
"@canner/victory-area": "^0.2.0",
"@canner/victory-area-stack": "^0.2.0",
"@canner/victory-bar": "^0.2.0",
"@canner/victory-bar-stack": "^0.2.0",
"@canner/victory-line": "^0.2.0",
"@types/jest": "^24.0.0",
"antd": "^3.15.1",
"apollo-link": "^1.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^23.2.0",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-dynamic-import-node": "^2.0.0",
"babel-plugin-import": "^1.9.1",
"canner-graphql-interface": "^2.0.51",
"cross-env": "^5.1.3",
"css-loader": "^0.28.10",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.6.0",
"enzyme-adapter-react-16.3": "^1.3.0",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.18.1",
"eslint-config-google": "^0.9.1",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-react": "^7.7.0",
"firebase": "^5.0.4",
"flow-bin": "^0.77.0",
"flow-copy-source": "^1.3.0",
"gh-pages": "^2.0.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^5.0.0-alpha.3",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"jest": "^23.5.0",
"lerna": "^3.4.3",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"memory-fs": "^0.4.1",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.7.2",
"puppeteer": "^1.11.0",
"react": "^16.3.0",
"react-dom": "^16.3.0",
"react-router-dom": "^4.2.2",
"react-test-renderer": "^16.2.0",
"react-vega": "^4.0.2",
"sass-loader": "^6.0.7",
"shortid": "^2.2.13",
"style-loader": "^0.20.2",
"ts-jest": "^23.10.5",
"ts-loader": "^4.4.2",
"typescript": "^3.0.1",
"vega-lib": "^4.2.0",
"vega-tooltip": "^0.13.0",
"victory": "^30.5.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.0"
},
"theme": {
"menu-dark-bg": "#373d62",
"layout-sider-background": "#373d62",
"layout-header-background": "#373d62",
"layout-trigger-background": "#373d62",
"primary-color": "#f2b173",
"btn-primary-bg": "#6bbcbc",
"progress-default-color": "#6bbcbc",
"menu-dark-item-selected-bg": "#283050",
"menu-dark-item-active-bg": "#283050",
"item-active-bg": "rgba(242, 177, 115, 0.1)",
"item-hover-bg": "rgba(242, 177, 115, 0.3)",
"font-size-base": "14px"
},
"husky": {
"hooks": {
"pre-commit": "yarn check:js",
"pre-push": "yarn test"
}
},
"private": true,
"dependencies": {
"canner-antd-theme": "^1.0.2",
"flat": "^4.1.0"
}
}