forked from frontegg/frontegg-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.86 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
{
"name": "@fronteg/react",
"version": "1.0.66",
"private": true,
"author": "Frontegg LTD",
"scripts": {
"prettier-hook": "prettier --config ./.prettierrc.json --write .",
"prettier-check-hook": "prettier --config ./.prettierrc.json --check .",
"prepublishOnly": "make move-package-json-to-dist"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@babel/runtime": "^7.12.1",
"@cypress/code-coverage": "^3.8.1",
"@cypress/instrument-cra": "^1.3.1",
"@cypress/webpack-preprocessor": "^5.4.5",
"@istanbuljs/nyc-config-typescript": "^1.0.1",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^13.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"@rollup/plugin-replace": "^2.3.3",
"@testing-library/cypress": "^6.0.1",
"@types/clear": "^0.1.0",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/figlet": "^1.2.0",
"@types/history": "^4.7.7",
"@types/jest": "^25.1.4",
"@types/node": "^13.9.1",
"@types/prompts": "^2.0.8",
"@types/react": "^16.9.16",
"@types/react-is": "^16.7.1",
"@types/rollup-plugin-postcss": "^2.0.0",
"@types/testing-library__cypress": "^5.0.6",
"@types/yargs": "^15.0.5",
"@types/yup": "^0.29.4",
"@zerollup/ts-transform-paths": "^1.7.18",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"chalk": "^4.1.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.11.0",
"clear": "^0.1.0",
"concurrently": "^5.3.0",
"css-loader": "^3.5.3",
"cypress-react-unit-test": "^4.12.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.17.0",
"figlet": "^1.5.0",
"git-format-staged": "^2.1.0",
"handlebars": "^4.7.6",
"history": "^4.9.0",
"jest": "26.0.1",
"jest-css-modules-transform": "^4.0.0",
"lerna": "^3.20.2",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"pre-commit": "^1.2.2",
"prettier": "2.1.1",
"prompts": "^2.3.2",
"react": ">16.8.6",
"react-dom": ">16.8.6",
"react-is": ">16.8.6",
"rollup": "^2.15.0",
"rollup-plugin-analyzer": "^3.2.3",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-filesize": "^9.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^3.1.2",
"rollup-plugin-prettier": "^2.1.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-strip-banner": "^2.0.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-uglify": "^6.0.4",
"rollup-plugin-visualizer": "^4.0.4",
"sass-loader": "^10.0.1",
"serve": "^11.3.2",
"start-server-and-test": "^1.11.3",
"style-inject": "^0.3.0",
"style-loader": "^1.2.1",
"ts-jest": "^25.2.1",
"ts-loader": "^7.0.5",
"ts-node": "^8.6.2",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.0.1",
"tslint": "^6.1.0",
"typescript": "^3.9.7",
"webpack": "^4.44.1",
"yargs": "^15.4.1"
},
"nyc": {
"reporter": [
"html"
]
},
"pre-commit": {
"run": "prettier-check-hook"
},
"workspaces": [
"packages/*"
]
}