This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
forked from DzixxxVizlib/UAM-WMI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4 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
{
"name": "nfw",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"serve:api": "nx serve",
"serve:react": "nx serve nfw-react",
"build:api": "cross-env NODE_ENV=production nx build --statsJson",
"build:react": "cross-env NODE_ENV=production nx build nfw-react --statsJson",
"analyze:api": "webpack-bundle-analyzer dist/apps/api/stats.json",
"analyze:react": "webpack-bundle-analyzer dist/apps/nfw-react/stats.json",
"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-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@czemar/style-reset": "^1.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"classnames": "^2.3.1",
"cross-env": "7.0.3",
"document-register-element": "1.13.1",
"formik": "^2.2.5",
"http-status-codes": "^2.1.4",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^6.12.1",
"react-is": "17.0.2",
"react-redux": "7.2.5",
"react-router-dom": "5.3.0",
"redux": "^4.0.5",
"redux-observable": "^1.2.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"reselect": "^4.0.0",
"rxjs": "^7.4.0",
"styled-components": "5.3.3",
"url-params-parser": "^1.0.4",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@nrwl/angular": "13.0.2",
"@nrwl/cli": "^13.0.2",
"@nrwl/cypress": "13.0.2",
"@nrwl/eslint-plugin-nx": "13.0.2",
"@nrwl/jest": "13.0.2",
"@nrwl/nest": "13.0.2",
"@nrwl/node": "13.0.2",
"@nrwl/react": "13.0.2",
"@nrwl/web": "13.0.2",
"@nrwl/workspace": "13.0.2",
"@testing-library/react": "12.1.2",
"@types/jest": "27.0.2",
"@types/lodash-es": "^4.17.5",
"@types/node": "14.14.33",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@types/react-is": "17.0.2",
"@types/react-router-dom": "5.3.1",
"@types/styled-components": "5.1.15",
"@types/url-params-parser": "^1.0.0",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"autoprefixer": "^9.8.8",
"babel-jest": "27.2.3",
"babel-plugin-styled-components": "1.10.7",
"cypress": "^4.1.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.2.3",
"nx-stylelint": "^12.3.0",
"postcss": "^8.3.11",
"postcss-scss": "4.0.2",
"prettier": "2.3.1",
"stylelint": "^14.0.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-config-standard": "^23.0.0",
"stylelint-config-standard-scss": "^2.0.0",
"stylelint-order": "^5.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"ts-jest": "27.0.5",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.3.5",
"webpack-bundle-analyzer": "^4.5.0"
}
}