This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
107 lines (107 loc) · 2.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "mojs-website",
"description": "motion graphics for the web",
"version": "0.0.0",
"license": "MIT",
"private": false,
"scripts": {
"start": "node server.js",
"dev": "webpack-dev-server --devtool eval --hot --inline --progress --colors"
},
"author": {
"name": "LegoMushroom",
"email": "[email protected]",
"twitter": "@legomushroom",
"url": "http://legomushroom.com"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"motion",
"effects",
"animation",
"motion graphics"
],
"bugs": {
"url": ""
},
"homepage": "",
"main": "",
"dependencies": {
"classlist-polyfill": "^1.0.0",
"cookies-js": "^1.2.1",
"fastclick": "^1.0.6",
"hammerjs": "^2.0.4",
"howler": "^1.1.26",
"impulse": "^0.1.0",
"iscroll": "^5.1.3",
"mo-js": "^0.265.6",
"react": "^0.13.3",
"react-async": "^2.1.0",
"react-component-resizable": "^0.2.3",
"react-hammerjs": "^0.2.2",
"react-headroom": "^1.6.0",
"react-prism": "^1.3.0",
"react-router": "^0.13.3",
"react-router-component": "^0.24.4",
"react-sticky": "^2.1.1",
"react-tappable": "^0.5.0-beta.3",
"tapjs": "^1.0.6"
},
"devDependencies": {
"6to5-loader": "^2.0.0",
"autoprefixer-loader": "^1.2.0",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-classes": "^6.9.0",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.11.0",
"babel-runtime": "^6.9.2",
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.1",
"core-js": "^0.4.5",
"css-loader": "^0.9.1",
"file-loader": "^0.8.1",
"gulp": "latest",
"gulp-autoprefixer": "0.0.6",
"gulp-babel": "^4.0.0",
"gulp-browserify": "latest",
"gulp-changed": "~0.2.0",
"gulp-coffee": "~1.4.1",
"gulp-coffeelint": "*",
"gulp-concat": "*",
"gulp-csslint": "*",
"gulp-jade": "~0.4.2",
"gulp-karma": "*",
"gulp-livereload": "~1.2.0",
"gulp-minify-css": "~0.3.0",
"gulp-notify": "~0.5.1",
"gulp-plumber": "*",
"gulp-rename": "latest",
"gulp-rimraf": "^0.1.1",
"gulp-stylus": "latest",
"gulp-uglify": "latest",
"gulp-watch": "*",
"jade": "^1.9.2",
"jade-loader": "^0.7.1",
"marked": "^0.3.3",
"nib": "^1.1.0",
"nodemon": "*",
"raw-loader": "^0.5.1",
"run-sequence": "^1.0.2",
"style-loader": "^0.8.3",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.1",
"unminified-webpack-plugin": "^1.1.0",
"url-loader": "^0.5.5",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}