-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·134 lines (134 loc) · 4.41 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
{
"name": "tinyphp-ui",
"version": "1.0.1",
"description": "面向PHP全栈工程师,继承了Bootstrap5+webpack5+jquery1.9的前端UI库,提供管理后台UI和前端UI,及各种JS组件库,已整合入tinyphp-framework",
"main": "src/js/tinyphp.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack serve --config build/conf/webpack.config.dev.js --progress",
"build": "cross-env NODE_ENV=prod webpack --config build/conf/webpack.config.prod.js --progress",
"scss": "sass --load-path=node_modules/ --source-map --watch build/scss/tinyphp.ui.scss:/tinyphp.ui.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tinyphporg/tinyphp-ui.git"
},
"author": "da.jin@tinyphp.org",
"license": "ISC",
"bugs": {
"url": "https://github.com/tinyphporg/tinyphp-ui/issues"
},
"homepage": "https://github.com/tinyphporg/tinyphp-ui#readme",
"devDependencies": {
"@babel/core": "^7.13.6",
"@babel/parser": "^7.13.6",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/runtime": "^7.13.17",
"@babel/types": "^7.13.17",
"@webpack-cli/serve": "^1.4.0",
"add-asset-html-webpack-plugin": "^5.0.2",
"autoprefixer": "^9.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^9.0.1",
"cross-env": "^7.0.2",
"css-loader": "^5.2.6",
"eslint": "^7.2.0",
"eslint-config-alloy": "^3.7.2",
"eslint-loader": "^4.0.2",
"expose-loader": "^2.0.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-minifier-terser": "^5.1.1",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^5.3.1",
"html-webpack-tags-plugin": "^3.0.2",
"html-withimg-loader": "^0.1.2",
"image-webpack-loader": "^4.2.0",
"inline-html-withimg-loader": "^1.1.0",
"mini-css-extract-plugin": "^1.5.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^6.1.1",
"resolve-url-loader": "^4.0.0",
"sass": "1.42.1",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"url-loader": "^4.1.0",
"webpack": "^5.72.1",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0",
"webpack-merge": "^5.7.3",
"webpack-plugin-hash-output": "^3.2.1",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@codemirror/language-data": "^6.1.0 ",
"@codemirror/theme-one-dark": "^6.0.0",
"@fortawesome/fontawesome-free": "^6.2.0",
"@popperjs/core": "^2.10.2",
"@sweetalert2/theme-bootstrap-4": "^5.0.12",
"bootstrap": "5.1.3",
"bootstrap-colorpicker": "^3.4.0",
"bootstrap-icons": "^1.8.3",
"bootstrap-slider": "^11.0.2",
"bootstrap-switch-bs42": "^3.4.2",
"bootstrap4-duallistbox": "^4.0.2",
"bs-stepper": "^1.7.0",
"chart.js": "^3.9.1",
"codemirror": "^6.0.1",
"datatables.net-autofill-bs5": "^2.4.0",
"datatables.net-bs5": "^1.12.1",
"datatables.net-buttons": "^2.3.6",
"datatables.net-buttons-bs5": "^2.2.3",
"datatables.net-colreorder-bs5": "^1.5.6",
"datatables.net-datetime": "^1.1.2",
"datatables.net-editor-bs5": "^2.0.3",
"datatables.net-fixedcolumns-bs5": "^4.1.0",
"datatables.net-fixedheader-bs5": "^3.2.4",
"datatables.net-keytable-bs5": "^2.7.0",
"datatables.net-responsive-bs5": "^2.3.0",
"datatables.net-rowgroup-bs5": "^1.2.0",
"datatables.net-rowreorder": "^1.2.8",
"datatables.net-rowreorder-bs5": "^1.2.8",
"datatables.net-scroller-bs5": "^2.0.7",
"datatables.net-searchbuilder-bs5": "^1.3.4",
"datatables.net-searchpanes-bs5": "^2.0.2",
"datatables.net-select-bs5": "^1.4.0",
"datatables.net-staterestore-bs5": "^1.1.1",
"daterangepicker": "^3.1.0",
"dropzone": "^6.0.0-beta.2",
"echarts": "^5.4.0",
"flag-icons": "^6.6.6",
"flot": "^4.2.3",
"fontawesome": "^5.6.3",
"icheck-bootstrap": "^3.0.1",
"inputmask": "^5.0.7",
"jquery": "^3.6.1",
"jquery-knob-chif": "^1.2.13",
"jquery-mousewheel": "^3.1.13",
"jquery-validation": "^1.19.5",
"jszip": "^3.10.1",
"moment": "^2.29.4",
"moment-locales-webpack-plugin": "^1.2.0",
"npm": "^8.19.2",
"or": "^0.2.0",
"pdfmake": "^0.2.6",
"postcss-scss": "^4.0.5",
"select2": "^4.1.0-rc.0",
"select2-bootstrap-5-theme": "^1.3.0",
"sparklines": "^1.3.0",
"summernote": "0.8.20",
"sweetalert2": "^11.4.8",
"tempusdominus-bootstrap-4": "^5.39.2",
"uplot": "^1.6.22"
},
"browserslist": [
"ie > 10",
"> 1%",
"last 2 versions"
]
}