-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.25 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
{
"private": true,
"name": "@locomotivemtl/charcoal-contrib-advanced-search",
"title": "Charcoal Contrib Advanced Search",
"version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>",
"devDependencies": {
"@babel/plugin-transform-classes": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"autoprefixer": "7.1.6",
"babelify": "^10.0.0",
"glob": "7.1.2",
"grunt": "1.0.1",
"grunt-babel": "^8.0.0",
"grunt-browser-sync": "2.2.0",
"grunt-browserify": "^6.0.0",
"grunt-composer": "0.4.5",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "2.2.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "3.2.1",
"grunt-contrib-watch": "1.0.0",
"grunt-githooks": "0.6.0",
"grunt-jscs": "3.0.1",
"grunt-jsonlint": "1.1.0",
"grunt-notify": "0.4.5",
"grunt-postcss": "0.9.0",
"grunt-sass": "2.0.0",
"grunt-svg-sprite": "1.3.7",
"grunt-yaml-validate": "^0.1.1",
"load-grunt-config": "0.19.2",
"postcss-banner": "3.0.0"
},
"scripts": {
"build": "grunt default",
"watch": "grunt watch"
}
}