-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.58 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.58 KB
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
{
"name": "react-modifier",
"version": "4.2.9",
"description": "This package helps you to make customizable reuseble components",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage",
"dev": "webpack serve",
"build": "tsc"
},
"keywords": [
"react",
"themes",
"customization",
"components",
"typescript",
"flexebility",
"frontend",
"modify"
],
"author": "kostayne (github)",
"repository": {
"type": "git",
"url": "https://github.com/Kostayne/react-modifier"
},
"license": "GNU General Public License, version 2",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"eslint": "^7.19.0",
"eslint-plugin-react": "^7.22.0",
"html-webpack-plugin": "^4.5.1",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.32.6",
"sass-loader": "^11.0.1",
"typescript": "^4.1.3",
"v8-compile-cache": "^2.2.0",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"@types/arr-diff": "^4.0.0",
"@types/classnames": "^2.2.11",
"arr-diff": "^4.0.0",
"classnames": "^2.2.6"
}
}