-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "nexgencss",
"version": "1.0.0",
"description": "This is a fast easy CSS framework for your next project . It will provide a bunch of features to fast your development process and make writing CSS fast !!!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scss": "node-sass src/index.scss -o src/final/index.css",
"scss-watch": "node-sass --watch src/index.scss -o src/final/index.css/index.css",
"next-gen-css": "node gulpfile.js > ./src/index.css"
},
"keywords": [
"css",
"scss",
"framework",
"uiux",
"library"
],
"author": "Rudransh Bhardwaj",
"license": "ISC",
"devDependencies": {
"css-loader": "^6.8.1",
"del": "^7.1.0",
"gulp": "^3.9.1",
"gulp-sass": "^5.1.0",
"node-sass": "^9.0.0",
"sass": "^1.69.5",
"style-loader": "^3.3.3"
},
"dependencies": {
"es": "^0.8.0",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^2.0.0",
"lodash": "^4.17.21",
"sass-map": "^0.3.4",
"scss": "^0.2.4",
"uglifycss": "^0.0.29"
}
}