-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "nlb-scss",
"version": "1.2.1",
"description": "NLB SCSS",
"main": "index.js",
"scripts": {
"build": "grunt",
"dev": "grunt watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nlbdev/nlb-scss.git"
},
"author": "nlbdev",
"license": "MIT",
"bugs": {
"url": "https://github.com/nlbdev/nlb-scss/issues"
},
"homepage": "https://github.com/nlbdev/nlb-scss#readme",
"dependencies": {
"autoprefixer": "^9.6.0",
"bootstrap": "^4.3.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"cssnext": "^1.8.4",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.2",
"jquery": "^3.4.1",
"load-grunt-tasks": "^4.0.0",
"normalize.css": "^8.0.1",
"pixrem": "^5.0.0",
"popper.js": "^1.15.0",
"postcss": "^7.0.17",
"postcss-clean": "^1.1.0",
"postcss-import": "^12.0.1",
"postcss-scss": "^2.0.0",
"precss": "^4.0.0",
"sass": "^1.77.8"
}
}