-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (61 loc) · 1.74 KB
/
package.json
File metadata and controls
64 lines (61 loc) · 1.74 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
{
"name": "coreui",
"version": "1.0.0",
"description": "CoreUI Framework, web components",
"scripts": {
"build_all": "gulp build_js && gulp build_js_min && gulp build_css_min && gulp build_css && npm run test_js",
"build_js": "gulp build_tpl && gulp build_js",
"build_js_min": "gulp build_tpl && gulp build_js_min",
"build_css": "gulp build_css",
"build_css_min": "gulp build_css_min",
"build_watch": "gulp build_watch",
"test_js": "eslint -c .eslintrc.json --max-warnings 100 --ext .js ./dist"
},
"dependencies": {
"coreui-panel": "1.0.15",
"coreui-modal": "1.0.6",
"coreui-alert": "1.1.4",
"coreui-info": "1.0.2",
"coreui-notice": "1.1.1",
"coreui-layout": "1.0.9",
"coreui-form": "1.0.37",
"coreui-table": "1.1.31",
"coreui-chart": "1.0.9",
"coreui-breadcrumb": "1.0.3"
},
"devDependencies": {
"gulp": "5.0.0",
"gulp-concat": "2.6.1",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"gulp-sass": "5.1.0",
"@rollup/stream": "3.0.1",
"rollup-plugin-sourcemaps": "0.6.3",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-commonjs": "25.0.7",
"vinyl-source-stream": "2.0.0",
"vinyl-buffer": "1.0.1",
"sass": "1.76.0",
"eslint": "8.57.0",
"@babel/plugin-transform-template-literals": "7.24.1",
"@babel/preset-env": "7.24.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n2ref/coreui-form.git"
},
"keywords": [
"js",
"frontend",
"framework",
"form",
"bootstrap"
],
"author": "n2ref",
"license": "ISC",
"bugs": {
"url": "https://github.com/n2ref/coreui-form/issues"
},
"homepage": "https://github.com/n2ref/coreui-form"
}