-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
120 lines (120 loc) · 3.55 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
{
"name": "clever-components",
"version": "2.225.0",
"description": "A library of helpful React components and less styles",
"repository": {
"type": "git",
"url": "git+https://github.com/Clever/components.git"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/es/index.js",
"sideEffects": [
"*.css",
"*.less"
],
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/Clever/components/issues"
},
"homepage": "https://github.com/Clever/components",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@types/classnames": "~2.2.3",
"@types/jest": "^20.0.8",
"@types/jest-matchers": "^20.0.0",
"@types/jscodeshift": "^0.11.0",
"@types/linkify-it": "^2.1.0",
"@types/lodash": "^4.14.165",
"@types/node": "^12.12.51",
"@types/prop-types": "^15.5.1",
"@types/react": "^16.9.49",
"@types/react-datepicker": "^1.8.0",
"@types/react-linkify": "^1.0.0",
"classnames": "~2.2.5",
"core-js": "^2.4.1",
"downshift": "6.1.3",
"focus-trap-react": "^6.0.0",
"less": "^3.8.1",
"linkify-it": "^3.0.2",
"lodash": "^4.14.1",
"moment": "^2.18.1",
"numeral": "^2.0.4",
"prop-types": "^15.5.10",
"react-accessible-accordion": "^1.0.2",
"react-autosize-textarea": "^7.0.0",
"react-bootstrap": "0.32.1",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "~1.6.0",
"react-datetime": "^2.14.0",
"react-dropzone": "^3.11.0",
"react-fontawesome": "^1.6.1",
"react-linkify": "^1.0.0-alpha",
"react-overlays": "^0.8.3",
"react-responsive": "^8.0.3",
"react-select": "~1.2.1",
"react-sticky": "^6.0.1",
"react-transition-group": "^4.4.2",
"short-number": "^1.0.6",
"tether": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@types/webpack": "^4.41.26",
"@types/webpack-dev-server": "^3.11.1",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"autoprefixer": "^10.2.4",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.2.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"css-loader": "^5.1.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.7.1",
"eslint": "5.x",
"eslint-config-airbnb": "^6.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-webpack": "^0.7.0",
"eslint-plugin-react": "^4.2.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"ignore-styles": "^5.0.1",
"jest-cli": "^22.4.3",
"jest-enzyme": "^6.0.0",
"jscodeshift": "^0.11.0",
"jsdom": "^8.4.0",
"jsdom-global": "^1.7.0",
"less-loader": "^8.0.0",
"lorem-ipsum": "^1.0.3",
"mocha": "^2.4.5",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"prettier": "2.1.2",
"prismjs": "^1.5.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router": "^3.0.0",
"sinon": "^1.17.3",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"ts-node": "^3.3.0",
"typescript": "3.x",
"url-loader": "^0.5.7",
"webpack": "^5.24.2",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"@types/react": ">=16.0.0 <17.0.0",
"react": ">=16.0.0 <17.0.0",
"react-dom": ">=16.0.0 <17.0.0"
},
"scripts": {
"dev-server": "NODE_OPTIONS=--max_old_space_size=4096 npx webpack serve --mode=development"
}
}