-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.18 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
{
"name": "@format/bem",
"version": "0.0.5",
"description": "BEM className generator adapted for React",
"main": "dist/index.js",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/cli": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-jest": "^27.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.6",
"jest": "^27.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-test-renderer": "^16.12.0"
},
"resolutions": {
"mixin-deep": ">=1.3.2",
"underscore": ">=1.12.1",
"set-value": ">=2.0.1",
"kind-of": ">=6.0.3"
},
"scripts": {
"test": "jest",
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/4ormat/bem.git"
},
"keywords": [
"bem",
"react"
],
"contributors": [
{
"name": "Chris Mendis"
},
{
"name": "George Gritsouk"
},
{
"name": "Michael Faust"
}
],
"license": "MIT",
"bugs": {
"url": "/~https://github.com/4ormat/bem/issues"
},
"homepage": "/~https://github.com/4ormat/bem#readme"
}