forked from ianhooper/lottie-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"license": "MIT",
"version": "0.0.5",
"private": true,
"dependencies": {
"@material-ui/core": "1.3.0",
"@material-ui/icons": "1.1.0",
"color-invert": "0.0.3",
"diff": "3.5.0",
"file-saver": "1.3.8",
"isomorphic-fetch": "2.2.1",
"log-with-style": "0.3.0",
"lottie-web": "5.1.18",
"prop-types": "15.6.2",
"react": "16.4.1",
"react-color": "2.14.1",
"react-dom": "16.4.1",
"react-dropzone": "4.2.12",
"react-dt": "0.0.10",
"react-github-corner": "2.3.0",
"react-scripts": "1.1.4",
"styled-components": "3.3.3"
},
"devDependencies": {
"@types/prop-types": "15.5.3",
"@types/react": "16.4.6",
"@types/react-dom": "16.0.6",
"babel-eslint": "8.2.5",
"eslint": "5.0.1",
"eslint-config-airbnb": "17.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.10.0"
},
"scripts": {
"start": "react-scripts start",
"lint": "eslint src",
"build": "react-scripts build",
"serve": "firebase serve",
"deploy": "firebase deploy"
}
}