forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 933 Bytes
/
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
{
"name": "nanoui",
"private": true,
"dependencies": {
"domurl": "^2.1.9",
"es5-shim": "^4.5.12",
"font-awesome": "^4.7.0",
"gulp-clean-css": "^3.10.0",
"js-url": "git+https://github.com/websanova/js-url.git",
"less": "^3.11.0",
"less-loader": "^5.0.0",
"style-loader": "^1.1.3",
"tslib": "^1.10.0",
"webpack": "^4.41.5"
},
"devDependencies": {
"fs-extra": "^7.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-less": "^4.0.1",
"gulp-order": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"less-plugin-autoprefix": "^2.0.0",
"merge-stream": "^1.0.1",
"pleeease-filters": "^4.0.0",
"postcss-color-rgba-fallback": "git+https://github.com/postcss/postcss-color-rgba-fallback.git",
"postcss-filter-gradient": "^1.0.0",
"postcss-opacity": "^5.0.0"
}
}