-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 4.62 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
{
"name": "core-my-lib",
"version": "1.3.3",
"description": "",
"main": "dist/lib/index.js",
"module": "es/index.js",
"sideEffects": true,
"repository": {
"type": "git",
"url": "https://github.com/edgar0011/coremylib"
},
"files": [
"dist"
],
"scripts": {
"prepare": "husky install",
"prepublish": "yarn clean && yarn build:lib",
"clean": "rimraf ./dist ./es ./coverage",
"build:lib": "yarn tsc && rollup --config",
"build": "yarn lint && yarn build:lib",
"watch": "rollup --config --watch",
"lint": "eslint src",
"lint:ts": "eslint src --ext js,jsx,ts,tsx",
"lint:quiet": "eslint src --quiet",
"lint:ts:quiet": "eslint src --ext js,jsx,ts,tsx --quiet",
"lint:fix": "yarn lint --fix",
"test": "jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch",
"tsc": "tsc",
"prepush": "yarn lint && yarn test && yarn tsc"
},
"engines": {
"node": ">=10.x.x"
},
"engineStrict": false,
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/eslint-parser": "^7.15.0",
"@babel/eslint-plugin": "^7.14.5",
"@babel/node": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/register": "^7.7.4",
"@earlorg/eslint-config": "^1.1.2",
"@types/jest": "^24.0.25",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.1.5",
"@types/redux": "^3.6.0",
"@types/reselect": "^2.2.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^25.1.0",
"babel-loader": "^8.0.6",
"babel-plugin-react-html-attrs": "^2.1.0",
"babel-plugin-styled-components": "^1.13.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"core-js": "3",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.1",
"eslint": "^7.2.0",
"eslint-import-resolver-babel-module": "^5.1.2",
"husky": "^7.0.4",
"jest": "^24.9.0",
"jsdom": "^12.0.0",
"node-sass": "^4.13.0",
"prettier": "^1.17.1",
"prettier-eslint": "^8.8.2",
"prettier-eslint-cli": "^4.7.1",
"raf": "^3.4.0",
"ramda": "^0.26.1",
"react-hot-loader": "^4.12.19",
"react-test-renderer": "15.6.1",
"rollup": "^1.31.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-scss": "^2.1.0",
"typescript": "^3.5.3"
},
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.14.5",
"@babel/plugin-proposal-private-property-in-object": "^7.15.4",
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.14.5",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-bootstrap": "^1.0.0-beta.16",
"react-collapse": "^4.0.3",
"react-content-loader": "^5.0.1",
"react-dom": "^16.8.4",
"react-redux": "^7.0.0",
"react-spring": "^8.x.x",
"react-transition-group": "^2.5.2",
"reactstrap": "5.0.0-alpha.4",
"styled-components": "^5.0.1"
},
"jest": {
"moduleDirectories": [
"src",
"node_modules"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|css|pdf)$": "<rootDir>/test/file-mock.js",
"react-spring/renderprops": "<rootDir>/node_modules/react-spring/renderprops.cjs",
"react-spring": "<rootDir>/node_modules/react-spring/web.cjs",
"^lodash-es$": "lodash",
"^lodash-es/(.*)": "lodash/$1"
},
"verbose": true,
"transform": {
"^.+\\.jsx$": "babel-jest",
"^.+\\.js$": "babel-jest",
"^.+\\.ts$": "babel-jest",
"^.+\\.tsx$": "babel-jest"
},
"moduleFileExtensions": [
"js",
"jsx",
"ts",
"tsx"
],
"coverageDirectory": "report",
"collectCoverageFrom": [
"app/src/**/*.js"
],
"setupFiles": [
"<rootDir>/test/testSetup.js"
]
}
}