-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "niui-npm",
"version": "3.0.9",
"description": "niui: mostly native front-end framework",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/radogado/niui.git"
},
"author": "Radoslav Sharapanov <[email protected]> (http://github.com/radogado)",
"license": "MIT",
"bugs": {
"url": "https://github.com/radogado/niui/issues"
},
"homepage": "https://github.com/radogado/niui#readme",
"devDependencies": {
"@mr-hope/gulp-sass": "^3.0.2",
"clean-css-cli": "^5.3.3",
"core-js": "^3.21.1",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.3.0",
"gulp-headerfooter": "^1.0.3",
"gulp-rename": "^2.0.0",
"gulp-sass-glob": "^1.1.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gzip-size-cli": "^5.1.0",
"merge-stream": "^2.0.0",
"n-accordion": "^1.1.0",
"n-carousel": "^1.1.23",
"n-modal": "^1.0.3",
"n-select": "^1.0.5",
"n-tooltip": "^1.0.1",
"rollup": "^3.20.4",
"sass": "^1.38.1",
"terser": "^5.7.2"
},
"main": "index.js"
}