-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "theme-corporate",
"version": "1.1.0",
"description": "Helios base theme",
"main": "index.js",
"repository": "https://github.com/helios-technologies/theme-corporate",
"author": "Helios",
"license": "MIT",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --open"
},
"devDependencies": {
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^1.7.0",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.2",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"animate.css": "^3.5.2",
"bootstrap": "4.0.0-beta",
"entypo": "^2.0.0",
"flipclock": "^0.7.8",
"font-awesome": "^4.7.0",
"highlight.js": "^9.12.0",
"ionicons": "^3.0.0",
"jquery": "^3.2.1",
"magnific-popup": "^1.1.0",
"masonry": "^0.0.2",
"pikaday": "^1.6.1",
"popper.js": "^1.12.5",
"skrollr": "^0.6.26",
"tether": "^1.2.4",
"webpack-modernizr-loader": "^4.0.0",
"zoomerang": "^0.1.9"
}
}