-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.41 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
52
53
54
55
56
57
58
{
"name": "gyaan",
"version": "1.0.0",
"description": "Knowledge (Gyaan) is Light! Light up your site with this simple and beautiful WordPress theme.",
"main": "config.js",
"scripts": {
"start": "gulp",
"watch": "gulp watch",
"sass": "gulp sass"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:anantajitjg/Gyaan.git"
},
"author": "Anantajit JG",
"license": "GPL-3.0",
"devDependencies": {
"autoprefixer": "^7.2.6",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.7",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"gulp": "^3.9.1",
"node-sass": "^4.9.3",
"postcss-loader": "^2.1.6",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"webpack": "^3.12.0",
"webpack-stream": "^4.0.3"
},
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"dependencies": {
"bootstrap": "^4.1.3",
"imagesloaded": "^4.1.4",
"infinite-scroll": "^3.0.5",
"jquery": "^3.3.1",
"jquery-bridget": "^2.0.1",
"masonry-layout": "^4.2.2",
"open-iconic": "^1.1.1",
"popper.js": "^1.14.4"
}
}