-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
157 lines (157 loc) · 4.8 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "morajlab-api",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@builder.io/sdk": "^1.0.40",
"@emotion/core": "^10.0.28",
"@figma/plugin-typings": "^1.19.0",
"@fluentui/react": "^8.14.4",
"@juggle/resize-observer": "^2.5.0",
"@material-ui/core": "^4.3.3",
"@material-ui/icons": "^4.2.1",
"@nrwl/next": "12.3.6",
"@uifabric/icons": "^7.5.23",
"assign-deep": "^1.0.1",
"assign-symbols": "^2.0.2",
"bootstrap-icons": "^1.5.0",
"copyright": "^0.0.5",
"core-js": "^3.6.5",
"d3-ease": "^1.0.6",
"document-register-element": "1.13.1",
"gatsby": "3.5.0",
"gatsby-image": "3.5.0",
"gatsby-plugin-manifest": "3.5.0",
"gatsby-plugin-offline": "4.5.0",
"gatsby-plugin-react-helmet": "4.5.0",
"gatsby-plugin-sharp": "3.5.0",
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-plugin-typescript": "3.5.0",
"gatsby-source-filesystem": "3.5.0",
"gatsby-transformer-sharp": "3.5.0",
"glamor": "^2.20.40",
"gray-matter": "^4.0.3",
"inline-style-prefixer": "^3.0.5",
"keycode": "^2.1.8",
"lodash": "^4.17.20",
"markdown-it": "^11.0.0",
"mobile-detect": "^1.4.4",
"murmurhash-js": "^1.0.0",
"nested-object-assign": "^1.0.4",
"next": "10.2.0",
"pako": "^1.0.11",
"prismjs": "^1.17.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fela": "^11.6.1",
"react-helmet": "6.1.0",
"react-intl": "^5.17.2",
"react-lazyload": "^2.2.7",
"react-player": "^0.20.0",
"react-router-dom": "5.2.0",
"react-transition-group": "^1.1.3",
"regenerator-runtime": "0.13.7",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"shards-react": "^1.0.3",
"simple-icons": "^5.1.0",
"stackblur-canvas": "^1.4.0",
"svg-to-dataurl": "^1.0.0",
"tinycolor2": "^1.4.1",
"traverse": "^0.6.6",
"tslib": "^2.0.0"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "7.12.13",
"@fluentui/example-data": "^8.2.0",
"@nrwl/cli": "12.3.4",
"@nrwl/cypress": "12.3.4",
"@nrwl/eslint-plugin-nx": "12.3.4",
"@nrwl/gatsby": "^12.3.4",
"@nrwl/jest": "12.3.4",
"@nrwl/linter": "12.3.4",
"@nrwl/next": "12.3.6",
"@nrwl/nx-cloud": "^12.1.1",
"@nrwl/react": "12.3.4",
"@nrwl/tao": "12.3.4",
"@nrwl/web": "12.3.4",
"@nrwl/workspace": "12.3.4",
"@testing-library/react": "11.2.6",
"@types/escape-html": "0.0.20",
"@types/file-type": "^10.9.1",
"@types/jest": "26.0.8",
"@types/lodash": "^4.14.168",
"@types/node": "14.14.33",
"@types/pako": "^1.0.1",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/react-router-dom": "5.1.7",
"@types/simple-icons": "^5.0.0",
"@types/spark-md5": "^3.0.1",
"@types/tinycolor2": "^1.4.2",
"@types/traverse": "^0.6.32",
"@typescript-eslint/eslint-plugin": "4.19.0",
"@typescript-eslint/parser": "4.19.0",
"babel-jest": "26.2.2",
"babel-plugin-module-resolver": "4.0.0",
"babel-preset-gatsby": "0.12.1",
"css-loader": "^3.1.0",
"cypress": "^6.0.1",
"dotenv": "8.2.0",
"escape-html": "^1.0.3",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"file-type": "^12.2.0",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^3.2.0",
"jest": "26.2.2",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"node-sass": "5.0.0",
"nx-react-plugin": "^0.2.0",
"prettier": "2.2.1",
"spark-md5": "^3.0.0",
"style-loader": "^0.23.1",
"ts-jest": "26.5.5",
"ts-loader": "^6.0.4",
"ts-node": "~9.1.1",
"typescript": "~4.2.4",
"typescript-declaration-webpack-plugin": "^0.1.1",
"url-loader": "^2.1.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
}
}