-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 3.58 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
125
126
127
128
129
{
"name": "@tymate/cra-template-tymate",
"version": "1.0.8",
"keywords": [
"react",
"create-react-app",
"template"
],
"description": "![src/images/logo.svg](Tymate)",
"main": "template.json",
"repository": {
"type": "git",
"url": "git+https://github.com/tymate/cra-template-tymate.git"
},
"license": "MIT",
"engines": {
"node": ">=10"
},
"files": [
"template",
"template.json"
],
"devDependencies": {
"@tymate/margaret": "^0.3.18",
"axios": "^0.19.2",
"date-fns": "^2.14.0",
"humps": "^2.0.1",
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.10.0",
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"react-use": "^15.3.2",
"sanitize.css": "^11.0.1",
"styled-components": "^5.1.1"
},
"bugs": {
"url": "https://github.com/tymate/cra-template-tymate/issues"
},
"homepage": "https://github.com/tymate/cra-template-tymate#readme",
"dependencies": {
"ansi-styles": "^3.2.1",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-syntax-jsx": "^6.18.0",
"bowser": "^1.9.4",
"camelcase": "^5.3.1",
"camelize": "^1.0.0",
"chalk": "^2.4.2",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"copy-to-clipboard": "^3.3.1",
"css-color-keywords": "^1.0.0",
"css-in-js-utils": "^2.0.1",
"css-to-react-native": "^3.0.0",
"css-tree": "^1.0.0-alpha.39",
"csstype": "^2.6.11",
"debug": "^3.1.0",
"decode-uri-component": "^0.2.0",
"error-stack-parser": "^2.0.6",
"escape-string-regexp": "^1.0.5",
"exenv": "^1.2.2",
"fast-deep-equal": "^3.1.3",
"fast-shallow-equal": "^1.0.0",
"fastest-stable-stringify": "^1.0.1",
"follow-redirects": "^1.5.10",
"framer-motion": "^1.11.1",
"framesync": "^4.0.4",
"globals": "^11.12.0",
"has-flag": "^3.0.0",
"hey-listen": "^1.0.8",
"history": "^4.10.1",
"hoist-non-react-statics": "^3.3.2",
"hyphenate-style-name": "^1.0.3",
"inline-style-prefixer": "^4.0.2",
"isarray": "^0.0.1",
"isobject": "^3.0.1",
"js-cookie": "^2.2.1",
"js-tokens": "^4.0.0",
"jsesc": "^2.5.2",
"loaders.css": "^0.1.2",
"loose-envify": "^1.4.0",
"mdn-data": "^2.0.6",
"mini-create-react-context": "^0.4.0",
"ms": "^2.0.0",
"nano-css": "^5.3.0",
"object-assign": "^4.1.1",
"path-to-regexp": "^1.8.0",
"popmotion": "^9.0.0-beta-8",
"postcss-value-parser": "^4.1.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react-is": "^16.13.1",
"react-lifecycles-compat": "^3.0.4",
"react-router": "^5.2.0",
"regenerator-runtime": "^0.13.5",
"resize-observer-polyfill": "^1.5.1",
"resolve-pathname": "^3.0.0",
"rtl-css-js": "^1.14.0",
"screenfull": "^5.0.2",
"set-harmonic-interval": "^1.0.1",
"shallowequal": "^1.1.0",
"source-map": "^0.5.7",
"sourcemap-codec": "^1.4.8",
"split-on-first": "^1.1.0",
"stack-generator": "^2.0.5",
"stackframe": "^1.2.0",
"stacktrace-gps": "^3.0.4",
"stacktrace-js": "^2.0.2",
"strict-uri-encode": "^2.0.0",
"style-value-types": "^3.1.7",
"stylefire": "^7.0.3",
"stylis": "^3.5.0",
"supports-color": "^5.5.0",
"throttle-debounce": "^2.2.1",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3",
"to-fast-properties": "^2.0.0",
"toggle-selection": "^1.0.6",
"ts-easing": "^0.2.0",
"tslib": "^1.13.0",
"value-equal": "^1.0.1",
"warning": "^4.0.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@tymate"
}