-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "collective.editablemenu",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/RedTurtle/collective.editablemenu.git",
"author": "RedTurtle <[email protected]>",
"license": "GPL-2.0",
"devDependencies": {
"@redturtle/eslint-config": "^1.1.0",
"autoprefixer": "^7.1.6",
"babel-eslint": "^8.0.2",
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.8.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-prettier": "^2.3.1",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^2.0.0",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^4.11.0",
"prettier": "^1.8.2",
"stylelint": "^8.2.0",
"stylelint-config-prettier": "^2.0.0",
"stylelint-config-recommended": "^1.0.0"
},
"dependencies": {
"mousetrap": "^1.6.2"
},
"scripts": {
"start": "grunt watch",
"compile": "grunt compile"
}
}