-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.95 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
{
"private": true,
"scripts": {
"prettier": "yarn wsrun prettier",
"eslint": "yarn wsrun eslint",
"dtslint": "wsrun -p 'fractal-component' -p '@fractal-components/*' --stages dtslint",
"build": "wsrun -p 'fractal-component' --stages build && wsrun -p '@fractal-components/*' --stages build && wsrun -p 'fractal-component-*' --stages build",
"test": "jest",
"test-ci": "jest --coverage --coverageReporters=text-lcov | coveralls",
"gitbook": "rimraf ./docs/_book && gitbook build ./docs",
"gitbook-dev": "rimraf ./docs/_book && gitbook serve ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t83714/fractal-component.git"
},
"author": "Jacky Jiang <t83714@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/t83714/fractal-component/issues"
},
"homepage": "https://t83714.github.io/fractal-component/",
"dependencies": {
"color": "^3.0.0",
"http-proxy": "1.18.1",
"jss": "^9.8.7",
"jss-preset-default": "^4.5.0",
"prop-types": "~15.6.0",
"react": "~16.8.0",
"react-dom": "~16.8.0",
"redux-saga": "~1.0.0",
"selfsigned": "1.10.8"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-2": "^7.0.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"coveralls": "^3.0.3",
"cross-env": "^5.2.0",
"dtslint": "^3.1.0",
"eslint": "^5.13.0",
"eslint-plugin-prettier": "^3.0.1",
"json": "^9.0.6",
"prettier": "^1.16.0",
"rimraf": "^2.6.2",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-replace": "^2.2.0",
"typescript": "~3.6.4",
"wsrun": "^3.6.2"
},
"workspaces": [
"examples/*",
"packages/*"
]
}