forked from eduridden/moodle-theme_elegance
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 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
41
42
43
{
"name": "theme-elegance-tasks",
"version": "0.1.0",
"description": "Grunt tasks for Moodle elegance theme.",
"main": "Gruntfile.js",
"author": {
"name": "Bas Brands",
"url": "http://www.moodle.org"
},
"repository": {
"type": "git",
"url": "https://github.com/bmbrands/moodle-theme_elegance.git"
},
"scripts": {
"postcss": "postcss --config postcss.js --output style/elegance.css style/elegance.css"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.37",
"@babel/plugin-transform-modules-amd": "^7.2.0",
"autoprefixer": "^8.0.0",
"grunt": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-sass": "^2.1.0",
"grunt-stylelint": "^0.9.0",
"postcss-cli-simple": "^1.0.4",
"postcss-flexbugs-fixes": "^3.3.0",
"stylelint": "^8.4.0",
"stylelint-checkstyle-formatter": "^0.1.1"
},
"license": "GPL-3.0+",
"dependencies": {
"@babel/cli": "^7.0.0-beta.37",
"@babel/plugin-proposal-object-rest-spread": "^7.3.4",
"@babel/preset-env": "^7.0.0-beta.37",
"add": "^2.0.6",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.0-beta.6",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1"
}
}