-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
124 lines (124 loc) · 3.84 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "morph",
"version": "0.0.1",
"description": "Morph is an open-source tool for creating designs, animations or interactive visualizations from data.",
"homepage": "https://morph.graphics",
"author": {
"name": "Brian Chirls",
"company": "Datavized Technologies",
"url": "https://github.com/brianchirls"
},
"repository": {
"type": "git",
"url": "https://github.com/datavized/morph.git"
},
"bugs": {
"url": "https://github.com/datavized/morph/issues"
},
"scripts": {
"lint": "eslint ./; true",
"lint-fix": "eslint --fix ./; true",
"start": "NODE_ENV=development webpack-dev-server",
"dev": "NODE_ENV=development webpack",
"build": "NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MPL-2.0",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/plugin-transform-react-jsx-self": "^7.0.0",
"@babel/plugin-transform-react-jsx-source": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.18",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"datavized-code-style": "github:datavized/code-style",
"dotenv": "^6.0.0",
"eslint": "^5.6.0",
"eslint-config-crockford": "^2.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"exports-loader": "^0.7.0",
"fast-async": "^7.0.6",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"imagemin-mozjpeg": "^7.0.0",
"imagemin-webpack-plugin": "^2.3.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"react-dev-utils": "^5.0.2",
"react-hot-loader": "^4.3.11",
"style-loader": "^0.23.0",
"unused-files-webpack-plugin": "^3.4.0",
"url-loader": "^1.1.1",
"webpack": "^4.19.1",
"webpack-build-notifier": "^0.1.29",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.8",
"webpack-glsl-loader": "^1.0.1",
"webpack-merge": "^4.1.4",
"webpack-sources": "^1.3.0",
"workbox-webpack-plugin": "^3.6.1"
},
"dependencies": {
"@material-ui/core": "^3.1.0",
"@material-ui/icons": "^3.0.1",
"@pixi/app": "5.0.0-alpha.2",
"@pixi/constants": "5.0.0-alpha.2",
"@pixi/core": "5.0.0-alpha.2",
"@pixi/display": "5.0.0-alpha.2",
"@pixi/graphics": "5.0.0-alpha.2",
"@pixi/math": "5.0.0-alpha.2",
"@pixi/mesh": "5.0.0-alpha.2",
"@pixi/sprite": "5.0.0-alpha.2",
"@pixi/text": "5.0.0-alpha.2",
"abs-svg-path": "^0.1.1",
"adaptive-bezier-curve": "^1.0.3",
"cdt2d": "^1.0.0",
"classnames": "^2.2.6",
"clean-pslg": "^1.1.2",
"clipboard-copy": "^2.0.1",
"error-stack-parser": "^2.0.2",
"event-emitter": "^0.3.5",
"file-saver": "^1.3.8",
"gif.js": "^0.2.0",
"gif.js.optimized": "^1.0.1",
"idb-keyval": "^3.1.0",
"immutable": "^3.8.2",
"ismobilejs": "^0.4.1",
"jszip": "^3.1.5",
"object-assign": "^4.1.1",
"parse-svg-path": "^0.1.2",
"prop-types": "^15.6.2",
"quadtree-js": "github:timohausmann/quadtree-js#hitman",
"quick-gif.js": "0.0.1",
"rc-slider": "^8.6.3",
"react": "^16.5.2",
"react-color": "^2.14.1",
"react-confirm": "^0.1.18",
"react-dom": "^16.5.2",
"react-dropzone": "^5.1.0",
"serialize-error": "^2.1.0",
"vec2-copy": "^1.0.0",
"webm-writer": "^0.2.1",
"worker-loader": "^2.0.0",
"xlsx": "^0.14.0"
}
}