-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
{
"name": "livod-ui",
"version": "0.0.6",
"description": "Livod-ui 基于 React-overlays,致力于提供最轻量级的 UI 框架,且提供最大程度与 Ant-design 兼容的 API",
"main": "./esm/index.js",
"module": "./esm/index.js",
"scripts": {
"test": "npx karma start",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./scripts/webpack.dev.js",
"build": "cross-env NODE_ENV=production gulp",
"docs": "npx styleguidist server",
"docs-build": "npx styleguidist build"
},
"repository": {
"type": "git",
"url": "https://github.com/attackonryan/Livod-UI"
},
"keywords": [
"ui",
"livod",
"livod-ui"
],
"author": "attackonryan",
"license": "ISC",
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"gulp": "^4.0.2",
"gulp-header": "^2.0.9",
"gulp-less": "^4.0.1",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"html-webpack-plugin": "^4.5.1",
"jasmine-core": "^3.6.0",
"karma": "^6.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"karma-webpack": "^5.0.0",
"less": "^3.0.2",
"less-loader": "^8.0.0",
"merge2": "^1.4.1",
"react-docgen-typescript": "^1.21.0",
"react-styleguidist": "^11.1.5",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3",
"webpack": "^5.19.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
},
"files": [
"esm",
"dist"
],
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-overlays": "^4.1.1"
}
}