This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
141 lines (141 loc) · 4.75 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
{
"name": "wizard-ui",
"version": "1.1.5",
"private": false,
"main": "lib/index.js",
"module": "esm/index.js",
"typings": "types/index.d.ts",
"author": "xsky-fe",
"license": "MIT",
"homepage": "https://xsky-fe.github.io/wizard-ui/",
"files": [
"CHANGELOG.md",
"lib",
"esm",
"dist",
"types",
"src"
],
"keywords": [
"reactjs",
"ui",
"ui-component",
"gatsby-site"
],
"dependencies": {
"@types/rc-time-picker": "^3.4.1",
"@types/rc-tree": "^1.11.3",
"@types/react-bootstrap": "^0.32.32",
"@types/react-transition-group": "^4.4.6",
"bootstrap": "^5.2.3",
"cross-env": "^7.0.2",
"rc-calendar": "9.15.11",
"rc-time-picker": "^3.7.1",
"rc-tree": "2.1.0",
"react-bootstrap": "^2.7.4",
"react-dev-utils": "^11.0.4",
"react-draggable": "^4.4.5",
"react-ios-switch": "^0.1.19",
"react-transition-group": "^4.4.5",
"wizard-ui-icon": "^1.0.0"
},
"scripts": {
"test": "jest --env=jsdom",
"test-dev": "npx majestic",
"coverage": "jest --env=jsdom --coverage --watchAll=false",
"build-esm": "rm -rf esm && cross-env NODE_ENV=production babel src --out-dir esm --extensions '.ts,.tsx' --env-name 'esm' && npm run esm-types && npm run esm-css",
"build-lib": "rm -rf lib && cross-env NODE_ENV=production babel src --out-dir lib --extensions '.ts,.tsx' --env-name 'lib' && npm run lib-css",
"build-dist": "rm -rf dist && cross-env NODE_ENV=production webpack",
"dist-stats": "cross-env NODE_ENV=production webpack --profile --json > stats.json",
"esm-css": "sass src:esm --quiet --color --style=compressed --no-source-map",
"lib-css": "sass src:lib --quiet --color --style=compressed --no-source-map",
"esm-types": "rm -rf types && tsc --declaration -p ./ -t es2015 --emitDeclarationOnly --outDir esm/types",
"tsc-types": "rm -rf types && tsc --declaration -p ./ -t es2015 --emitDeclarationOnly --outDir types",
"copy": "ts-node scripts/build-copy.ts",
"build": "npm run build-dist && npm run build-esm && npm run build-lib && npm run copy && npm run tsc-types",
"watch:build": "nodemon --watch src --exec \"npm run build\" --ext ts,tsx,js,jsx,json,scss",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"format": "prettier --config-precedence prefer-file '{src, stories}/**/*.tsx' --write",
"release": "release-it"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@release-it/conventional-changelog": "^1.1.0",
"@storybook/addon-essentials": "7.0.18",
"@storybook/addon-links": "7.0.18",
"@storybook/addon-options": "^5.3.21",
"@storybook/addon-styling": "^1.0.8",
"@storybook/blocks": "7.0.18",
"@storybook/react": "^7.0.18",
"@storybook/react-webpack5": "7.0.18",
"@types/classnames": "^2.2.8",
"@types/enzyme": "^3.9.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/fs-extra": "^8.0.0",
"@types/jest": "^24.0.15",
"@types/lodash": "^4.14.134",
"@types/node": "12.0.2",
"@types/react": "16.8.18",
"@types/react-dom": "16.8.4",
"@types/react-test-renderer": "^16.8.3",
"@types/storybook__react": "^4.0.2",
"awesome-typescript-loader": "^5.2.1",
"babel-jest": "^24.8.0",
"babel-loader": "8.0.5",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-rename-import": "^2.3.0",
"classnames": "^2.2.6",
"css-loader": "^3.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"fs-extra": "^8.1.0",
"jest": "^24.8.0",
"lodash": "^4.17.11",
"lodash-webpack-plugin": "^0.11.5",
"mini-css-extract-plugin": "^0.8.0",
"nodemon": "^2.0.22",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "6.2.1",
"prettier": "1.18.2",
"prop-types": "^15.7.2",
"raw-loader": "^2.0.0",
"react-test-renderer": "^16.8.6",
"release-it": "^13.5.6",
"sass": "^1.63.6",
"sass-loader": "^10.0.1",
"storybook": "7.0.18",
"terser-webpack-plugin": "^1.3.0",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"typescript": "4.1.3",
"webpack": "^4.37.0",
"webpack-cli": "^3.3.6"
},
"majestic": {
"jestScriptPath": "./node_modules/jest/bin/jest.js",
"args": [
"--config=./jest.config.js"
],
"env": {
"CI": "true"
}
},
"repository": {
"type": "git",
"url": "https://github.com/xsky-fe/wizard-ui.git"
},
"release": {
"publishDir": "lib"
}
}