-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
44
45
46
47
48
49
50
51
{
"name": "olympus-apollon-frontend-theme",
"description": "Olympus Apollon is a frontend WordPress theme built with the Olympus Zeus Core framework system. Apollon is an incredibly powerful and flexible WordPress theme, light weight and unbelievably fast. Build with ♥ for WordPress developers.",
"version": "0.0.1",
"author": "Achraf Chouk <[email protected]>",
"license": "MIT",
"repository": "https://github.com/GetOlympus/Apollon-Frontend-Theme",
"keywords": [
"olympus",
"apollon",
"frontend",
"theme",
"fast",
"secure",
"template",
"developer",
"menu",
"sidebar",
"metabox",
"custom post type",
"snippet"
],
"private": true,
"main": "./theme/apollon.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"webpack": "grunt ; webpack"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"grunt": "^1.3.0",
"grunt-potomo": "^3.5.0",
"image-webpack-loader": "^6.0.0",
"imagemin": "^7.0.1",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"resolve-url-loader": "^3.1.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"uikit": "^3.5.6"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}