-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
96 lines (96 loc) · 2.66 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/curve-editor",
"version": "1.7.1",
"description": "GUI for live easing/property curves editing",
"source": "app/js/app.babel.jsx",
"main": "app/build/mojs-curve-editor.min.js",
"browser": "app/build/mojs-curve-editor.min.js",
"unpkg": "app/build/mojs-curve-editor.min.js",
"scripts": {
"start": "webpack --watch",
"dev": "webpack-dev-server",
"build": "webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mojs/mojs-curve-editor.git"
},
"keywords": [
"motion",
"graphics",
"toolbelt",
"effects",
"animation",
"mojs",
"tool",
"curve editor",
"svg"
],
"author": {
"name": "Oleg Solomka",
"email": "[email protected]",
"url": "https://twitter.com/legomushroom",
"github": "@legomushroom"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mojs/mojs-curve-editor/issues"
},
"homepage": "https://github.com/mojs/mojs-curve-editor#readme",
"devDependencies": {
"@mojs/core": "^0.288.2",
"@mojs/player": "^0.44.0",
"autoprefixer": "^6.3.7",
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.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-es2015-riot": "^1.1.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.11.0",
"browser-sync": "^2.26.13",
"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-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.0.2",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-uglifyjs": "^0.6.2",
"imagemin-pngquant": "^5.0.0",
"json-loader": "^0.5.4",
"postcss-cssnext": "^2.7.0",
"postcss-loader": "^0.9.1",
"postcss-modules": "^0.5.0",
"preact-redux": "^1.0.1",
"precss": "^1.4.0",
"riot-loader": "^1.0.0",
"riotjs-loader": "^3.0.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"
},
"dependencies": {
"hammerjs": "^2.0.8",
"preact": "^7.1.0",
"path-data-polyfill": "^1.0.0",
"redux": "^3.5.2",
"redux-recycle": "^1.2.0",
"redux-undo": "^0.6.1"
}
}