-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.89 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
{
"name": "cbsama-ui",
"version": "0.0.10",
"description": "make articles out of order but display normal",
"main": "es/index.js",
"module": "es/index.js",
"scripts": {
"dev": "father doc dev",
"build": "father build && tsc --declarationDir ./lib && tsc --declarationDir ./es && node ./scripts/build-wind-up.js",
"test": "father test",
"test:update": "father test --updateSnapshot",
"test:watch": "father test --watch",
"test:coverage": "father test --coverage",
"precommit": "father pre-commit",
"doc:dev": "dumi dev",
"doc:build": "dumi build",
"doc:deploy": "dumi deploy"
},
"repository": {
"type": "git",
"url": "[email protected]:Aledenn/cbsama-ui.git"
},
"bugs": "https://github.com/Aledenn/cbsama-ui/issues",
"keywords": [
"react",
"articles"
],
"files": [
"es/",
"package.json",
"README.md"
],
"author": "licb",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.7.4",
"@testing-library/react": "^9.4.0",
"@types/classnames": "^2.2.9",
"@types/jest": "^25.1.2",
"@types/styled-components": "^4.4.2",
"@umijs/fabric": "^2.0.2",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.4.0",
"del": "^5.1.0",
"dumi": "^1.0.15",
"eslint-plugin-prettier": "^3.1.2",
"father": "^2.29.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"style-loader": "^1.0.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}