-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "unicorn-cards",
"version": "0.1.0",
"private": true,
"dependencies": {
"base64url": "^3.0.0",
"detect-it": "^3.0.5",
"emotion": "^9.2.4",
"emotion-theming": "^9.2.4",
"history": "^4.7.2",
"json-url": "2.3.4",
"lodash": "^4.17.10",
"lzjs": "^1.3.0",
"normalize.css": "^8.0.0",
"p-cancelable": "^0.5.0",
"papaparse": "^5.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-emotion": "9.2.4",
"react-ga": "^2.5.3",
"react-helmet": "^5.2.0",
"react-markdown": "^3.4.1",
"react-motion": "^0.5.2",
"react-portal": "^4.1.5",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-sane-contenteditable": "^1.3.4",
"react-swipe-card": "^0.1.4",
"redux": "^4.0.0",
"shortid": "^2.2.12",
"zipson": "^0.2.8"
},
"devDependencies": {
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}