forked from alsc-sfe/builder-we-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.63 KB
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
{
"name": "@saasfe/builder-we-app",
"version": "1.1.7",
"description": "The KOS Builder Module for Saas MicroApp",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/alsc-sfe/builder-we-app.git"
},
"author": "zetay",
"license": "ISC",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"builder",
"kos",
"cloudbuild",
"saas"
],
"dependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/polyfill": "7",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@saasfe/babel-plugin-react-css-module-transformer": "^1.0.2",
"@saasfe/saas-webpack-system-module": "1",
"antd": "3.24.2",
"autoprefixer": "7",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "8",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-react-css-modules": "^5.2.6",
"babel-plugin-syntax-dynamic-import": "6",
"cache-loader": "^4.1.0",
"chalk": "2",
"choice-cbm": "^1.0.6",
"chokidar": "^3.0.2",
"clean-webpack-plugin": "0",
"co": "^4.6.0",
"copy-webpack-plugin": "4",
"css-loader": "2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "3",
"less": "^2.7.3",
"less-loader": "4",
"lodash": "4",
"mini-css-extract-plugin": "^0.9.0",
"nunjucks": "^3.2.0",
"open": "^7.0.0",
"optimize-css-assets-webpack-plugin": "5",
"portfinder": "^1.0.25",
"postcss-import": "^12.0.1",
"postcss-less": "^3.1.4",
"postcss-loader": "3",
"postcss-pxtorem": "4",
"postcss-safe-area-inset": "1",
"postcss-url": "^8.0.0",
"progress-bar-webpack-plugin": "1",
"querystring": "^0.2.0",
"style-loader": "0",
"thread-loader": "^2.1.3",
"ts-loader": "^6.0.4",
"typescript": "^3.7.3",
"uglifyjs-webpack-plugin": "2",
"url-join": "4",
"url-loader": "0.5",
"webpack": "4",
"webpack-bundle-analyzer": "3",
"webpack-cli": "3",
"webpack-dev-middleware": "3",
"webpack-dev-server": "3",
"webpack-hot-middleware": "2",
"webpack-system-register": "^1.6.0",
"yargs-parser": "13"
},
"readmeFilename": "README.md"
}