-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
44 lines (44 loc) · 1.23 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": "nanosupport",
"title": "NanoSupport",
"homepage": "https://nanosupport.nanodesignsbd.com/",
"version": "0.6.0",
"private": true,
"devDependencies": {
"cz-conventional-changelog": "^2.1.0",
"grunt": "^1.0.4",
"autoprefixer": "^9.6.1",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.0.2",
"grunt-version": "~1.3.0",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "~5.0.0",
"node-sass": "^4.12.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
">= 1%",
"last 1 major version",
"not dead",
"Chrome >= 60",
"Firefox >= 60",
"Edge >= 15.15063",
"Explorer 11",
"iOS >= 10",
"Safari >= 10",
"Android >= 6",
"not ExplorerMobile <= 11"
]
}