-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 KB
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
45
46
47
{
"name": "redturtle.gallery",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:RedTurtle/redturtle.gallery.git"
},
"keywords": [
"plone",
"gallery",
"redturtle.gallery",
"addon"
],
"author": "RedTurtle Technology",
"license": "GPL-3.0",
"homepage": "https://github.com/RedTurtle/redturtle.gallery",
"devDependencies": {
"@redturtle/eslint-config": "^2.0.0",
"autoprefixer": "^7.2.4",
"babel-eslint": "^8.2.1",
"cssnano": "^3.7.7",
"eslint": "^4.15.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.41.0",
"eslint-plugin-prettier": "^2.4.0",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^3.5.2",
"pixrem": "^3.0.2",
"prettier": "^1.19.1",
"sass": "^1.93.2",
"stylelint": "^13.0.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-recommended": "^3.0.0"
},
"scripts": {
"prettier:scss": "prettier --list-different src/redturtle/agidtheme/theme/sass/**/*.scss",
"prettier:scss:fix": "prettier --write src/redturtle/agidtheme/theme/sass/**/*.scss",
"build": "grunt compile",
"watch": "grunt watch"
}
}