-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.39 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
{
"name": "ocean-extra",
"version": "1.0.0",
"description": "Ocean Extra",
"main": "Gruntfile.js",
"scripts": {
"lint:php": "composer lint:php",
"lint:summary": "composer lint:summary"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.14.2",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"babelify": "^10.0.0",
"grunt": "^1.4.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-babel": "^8.0.0",
"grunt-bowercopy": "^1.2.5",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-csscomb": "^4.2.0",
"grunt-cssjanus": "^0.5.0",
"grunt-newer": "^1.3.0",
"grunt-sass": "^3.1.0",
"jit-grunt": "^0.10.0",
"sass": "^1.54.1",
"time-grunt": "^2.0.0"
},
"dependencies": {
"responsive-auto-height": "0.0.5",
"tippy.js": "^6.3.1"
}
}