-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
171 lines (171 loc) · 4.01 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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
{
"name": "nly-adminlte-vue",
"version": "0.7.9",
"private": false,
"license": "MIT",
"keywords": [
"Bootstrap",
"adminlte3",
"adminlte3 for Vue",
"SSR",
"Web",
"Components",
"Directives",
"ARIA",
"Accessibility",
"Polymer",
"Vue",
"VueJS",
"Vue2",
"WebComponents",
"jquery",
"Popper.js",
"Popper",
"CSS",
"SCSS",
"Icons",
"Bootstrap Icons",
"Flexbox",
"Alert",
"Breadcrumb",
"Button",
"Checkbox",
"Radio",
"Card",
"Carousel",
"Slider",
"Collapse",
"Dropdown",
"Form",
"Select",
"Option",
"Input",
"Jumbotron",
"List",
"Nav",
"Modal",
"MessageBox",
"Upload",
"Dropzone",
"Navbar",
"Pagination",
"Popover",
"Progress",
"Spinner",
"Tab",
"Table",
"Tag",
"Tags",
"Toast",
"Tooltip",
"vue-bootstrap",
"vue-strap",
"vuestrap",
"uiv"
],
"main": "dist/nly-adminlte-vue.common.js",
"description": "nly adminlte3 components",
"repository": {
"type": "git",
"url": "git+https://github.com/nejinn/nly-adminlte-vue.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"docs-dev": "cross-env NODE_ENV=docs nuxt dev -c docs/nuxt.config.js",
"docs-gen": "cross-env NODE_ENV=docs nuxt generate -c docs/nuxt.config.js",
"docs-start": "cross-env NODE_ENV=docs nuxt start -c docs/nuxt.config.js",
"docs-build": "cross-env NODE_ENV=docs nuxt build -c docs/nuxt.config.js",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"npm-lib": "vue-cli-service build --target lib --name nly-adminlte-vue --dest dist src/index.js",
"npm-lib-icon": "vue-cli-service build --target lib --name nly-adminlte-vue-icon --dest icon src/icon.js",
"npm-default": "npm config set registry https://registry.npmjs.org",
"npm-taobao": "npm config set registry http://registry.npm.taobao.org/",
"npm-publish": "npm publish",
"npm-login": "npm login"
},
"dependencies": {
"@popperjs/core": "^2.5.3",
"core-js": "^3.6.5",
"lodash.clonedeep": "^4.5.0",
"overlayscrollbars": "^1.13.0",
"overlayscrollbars-vue": "^0.2.2",
"popper.js": "^1.16.1",
"portal-vue": "^2.1.7",
"vue-functional-data-merge": "^3.1.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@babel/standalone": "^7.12.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.2.2",
"@vue/cli-plugin-babel": "^4.5.7",
"@vue/cli-plugin-eslint": "^4.5.7",
"@vue/cli-plugin-router": "^4.5.7",
"@vue/cli-plugin-unit-jest": "^4.5.7",
"@vue/cli-service": "^4.5.7",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "1.0.0-beta.31",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.5.3",
"codemirror": "^5.58.1",
"codesandbox": "^2.2.1",
"cross-env": "^7.0.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^6.2.2",
"highlight.js": "^9.18.3",
"html-loader": "^1.3.2",
"lodash": "^4.17.20",
"marked": "^0.8.2",
"node-sass": "^4.14.1",
"nuxt": "2.12.2",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.12",
"vue-router": "^3.4.6",
"vue-template-compiler": "^2.6.12"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {},
"overrides": [
{
"files": [
"**/__tests__/*.{j,t}s?(x)",
"**/tests/unit/**/*.spec.{j,t}s?(x)"
],
"env": {
"jest": true
}
}
]
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"jest": {
"preset": "@vue/cli-plugin-unit-jest"
},
"vetur": {
"tags": "dist/vetur-tags.json",
"attributes": "dist/vetur-attributes.json"
},
"files": [
"packages",
"dist"
]
}