forked from code-troopers/code-troopers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.73 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.73 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "code-troopers-website",
"version": "2.0.0",
"description": "Code-Troopers website, based on Hugo and Webpack",
"main": "src/js/app.js",
"scripts": {
"clean": "gulp clean",
"hugo": "gulp hugo-dist",
"hugo-preview": "gulp hugo-dev",
"build": "gulp build",
"serve-dev": "gulp serve-dev",
"serve-prod": "gulp serve-prod",
"start": "serve-dev"
},
"author": "Cedric Gatay <c.gatay@code-troopers.com>",
"license": "MIT",
"dependencies": {
"animated-scroll-to": "^1.1.8",
"countup": "^1.8.2",
"lightbox2": "^2.10.0",
"lozad": "^1.0.9",
"intersection-observer": "^0.5.0",
"highlight.js": "^9.12.0",
"font-awesome": "4.7.0",
"scrollmonitor": "^1.2.4",
"swiper": "^4.0.7"
},
"devDependencies": {
"autoprefixer": "7.1.1",
"babel-core": "6.25.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.11.6",
"browser-sync": "^2.13.0",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.2",
"del": "^3.0.0",
"eslint": "^3.1.1",
"eslint-config-blerchin": "git+https://github.com/blerchin/eslint-config-blerchin.git#c741ac9c6623f5a88492c505aab8a22b9805e787",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-mocha": "4.11.0",
"event-hooks-webpack-plugin": "^1.0.0",
"exports-loader": "^0.6.3",
"extract-loader": "^1.0.1",
"extract-text-webpack-plugin": "2.1.2",
"file-loader": "^0.11.1",
"foundation-sites": "6.3.1",
"fs-extra": "^5.0.0",
"glob": "7.1.2",
"graceful-fs": "^4.1.11",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-util": "^3.0.7",
"html-loader": "^0.5.4",
"image-trace-loader": "0.0.2",
"imports-loader": "^0.7.1",
"jsdom": "^11.5.1",
"json-loader": "0.5.4",
"lunr": "2.1.2",
"node-sass": "4.5.3",
"normalize.css": "^7.0.0",
"postcss-cssnext": "^2.7.0",
"postcss-easysprites": "0.1.8",
"postcss-import": "^10.0.0",
"postcss-loader": "2.0.5",
"resolve-url-loader": "2.0.2",
"sass-loader": "6.0.5",
"style-loader": "0.18.2",
"stylelint": "8.0.0",
"suppress-chunks-webpack-plugin": "0.0.4",
"url-loader": "^0.6.2",
"webpack": "^2.6.0",
"webpack-dev-middleware": "1.10.2",
"webpack-hot-middleware": "2.18.0",
"webpack-manifest-plugin": "^1.3.2",
"webpack-manifest-replace-plugin": "0.0.3",
"whatwg-fetch": "^1.0.0"
}
}