forked from ramiy/astra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 976 Bytes
/
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
{
"name": "astra",
"version": "2.1.3",
"description": "A very lightweight and beautiful theme made to work with Page Builders.",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/brainstormforce/astra.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.6.1",
"grunt": "^1.0.4",
"grunt-bumpup": "^0.6.3",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-postcss": "^0.9.0",
"grunt-rtlcss": "^2.0.1",
"grunt-sass": "^3.0.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"node-sass": "^4.12.0",
"postcss-flexibility": "^2.0.0"
},
"dependencies": {
"grunt-cli": "^1.3.2"
}
}