-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.28 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
{
"private": true,
"name": "@locomotivemtl/charcoal-contrib-formio",
"title": "Charcoal Contrib Formio",
"version": "1.0.0",
"author": "Locomotive <[email protected]>",
"dependencies": {
"formio-export": "^0.3.0",
"formiojs": "^3.23.0"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"autoprefixer": "7.1.6",
"glob": "7.1.2",
"grunt": "^1.0.4",
"grunt-browser-sync": "2.2.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": "1.1.0",
"grunt-contrib-uglify": "3.2.1",
"grunt-contrib-watch": "^1.1.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-rollup": "^10.0.0",
"grunt-sass": "2.0.0",
"grunt-svg-sprite": "^1.5.0",
"grunt-yaml-validate": "^0.1.1",
"load-grunt-config": "0.19.2",
"postcss-banner": "3.0.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0"
}
}