forked from juijs/jui-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.06 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
{
"name": "juijs-ui",
"version": "2.3.6",
"sideEffects": false,
"description": "JUI provide all kinds of UI components that are used in web pages. However, charts and grids are not included.",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server --env=dev",
"dist": "webpack --env=prod",
"dist:classic": "webpack --env=prod",
"dist:dark": "webpack --env=prod",
"test": "jest --config ./jest.config.js"
},
"main": "src/main.js",
"files": [
"bundles",
"dist",
"examples",
"images",
"src",
"package.json",
"README.md",
"webpack.config.js",
"webpack.dev.js",
"webpack.prod.js",
".babelrc",
".gitignore"
],
"repository": {
"type": "git",
"url": "https://github.com/juijs/jui-ui.git"
},
"keywords": [
"HTML5",
"CSS",
"JS",
"JavaScript",
"SVG",
"Grid",
"Framework",
"bootstrap",
"Web Development",
"free",
"MIT"
],
"author": "seogi1004",
"license": "MIT",
"bugs": {
"url": "https://github.com/juijs/jui-grid/issues"
},
"categories": [
"Frameworks",
"UI"
],
"maintainers": [
{
"name": "Alvin",
"email": "alvin@jennifersoft.com"
}
],
"contributors": [
{
"name": "Jayden",
"email": "jayden@jennifersoft.com"
},
{
"name": "Yoha",
"email": "yoha@jennifersoft.com"
}
],
"dependencies": {
"jquery": "^3.3.1",
"juijs": "2.3.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.0",
"less-loader": "^4.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^1.0.1",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}