-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.77 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
59
60
61
62
63
64
65
66
67
68
{
"name": "conorluddydotcom",
"version": "0.13.0",
"description": "Personal site",
"main": "index.jsx",
"scripts": {
"test": "test",
"build": "webpack -p",
"start": "node server.js"
},
"author": "Conor Luddy",
"license": "ISC",
"dependencies": {
"animejs": "^2.0.2",
"bourbon": "^5.1.0",
"bourbon-neat": "^3.0.0",
"history": "^4.6.1",
"html-react-parser": "^0.3.3",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"meta-marked": "^0.4.2",
"meta-remarkable": "^0.1.0",
"node-sass": "^4.5.2",
"pixi.js": "^4.5.3",
"postprocessing": "^2.2.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"react-transition-group": "^1.1.2",
"three": "^0.86.0",
"url": "^0.11.0"
},
"devDependencies": {
"aws-sdk": "^2.49.0",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"browser-sync": "^2.18.5",
"connect-modrewrite": "^0.9.0",
"directory-tree": "^1.2.0",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-bump": "^2.7.0",
"gulp-clean-css": "^3.0.4",
"gulp-eslint": "^3.0.1",
"gulp-fluent-ffmpeg": "^1.0.2",
"gulp-image-resize": "^0.12.0",
"gulp-imagemin": "^3.2.0",
"gulp-intercept": "^0.1.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"gulp-sass-lint": "^1.3.2",
"gulp-uglify": "^2.1.2",
"gutil": "^1.6.4",
"json-loader": "^0.5.4",
"prompt": "^1.0.0",
"webpack": "^2.3.3",
"webpack-stream": "^3.2.0",
"whatwg-fetch": "^2.0.3"
}
}