-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
96 lines (96 loc) · 2.79 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
{
"name": "@mojs/timeline-editor",
"description": "GUI for interactive `html`/`custom points`/`timeline` editing while crafting your animations",
"version": "0.19.2",
"license": "MIT",
"private": false,
"scripts": {
"serve": "node node_modules/webpack-dev-server/bin/webpack-dev-server.js --content-base app/ --inline --hot",
"precommit": "npm run eslint",
"eslint": "eslint app/js/**/*.js"
},
"main": "app/build/mojs-timeline-editor.js",
"keywords": [
"mojs",
"motion",
"effects",
"animation",
"motion",
"motion graphics",
"timeline editor",
"svg"
],
"author": {
"name": "Oleg Solomka",
"email": "[email protected]",
"url": "https://twitter.com/legomushroom",
"github": "@legomushroom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/legomushroom/mojs-timeline-editor.git"
},
"bugs": {
"url": "https://github.com/legomushroom/mojs-timeline-editor/issues"
},
"homepage": "https://github.com/mojs/mojs-timeline-editor",
"dependencies": {
"decko": "^1.1.3",
"hammerjs": "^2.0.8",
"immutable-js": "^0.3.1-6",
"mo-js": "^0.265.9",
"mojs-curve-editor": "^1.5.0",
"mojs-player": "^0.43.16",
"preact": "^7.1.0",
"propagating-hammerjs": "^1.4.6",
"redux": "^3.5.2",
"redux-immutablejs": "0.0.8",
"redux-recycle": "^1.2.0",
"redux-undo": "^0.6.1"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-jsx": "^2.0.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.11.0",
"browser-sync": "^2.13.0",
"css-loader": "^0.23.1",
"csswring": "^5.1.0",
"del": "^2.2.1",
"eslint": "^3.2.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-jsx-a11y": "^2.0.1",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"husky": "^0.11.9",
"json-loader": "^0.5.4",
"md5": "^2.2.1",
"mo-js": "^0.265.7",
"mojs-curve-editor": "",
"mojs-player": "^0.43.15",
"postcss-automath": "^1.0.0",
"postcss-cssnext": "^2.7.0",
"postcss-loader": "^0.9.1",
"postcss-mixins": "^5.4.0",
"postcss-modules": "^0.5.0",
"preact-redux": "^1.0.1",
"precss": "^1.4.0",
"source-map-loader": "^0.1.5",
"style-loader": "^0.13.1",
"tag-loader": "^0.3.0",
"unminified-webpack-plugin": "^1.1.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}