-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 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
{
"name": "react-dadata-box",
"version": "1.3.9",
"description": "Компонент для работы с DaData",
"main": "dist/index.js",
"style": "dist/index.css",
"types": "index.d.ts",
"scripts": {
"postpublish": "node postpublish.js",
"transpile": "NODE_ENV=production babel src -d dist --copy-files",
"prepublishOnly": "npm run transpile"
},
"author": {
"name": "orbita",
"email": "reg@orbita.center"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/orbita-center/react-dadata-box.git"
},
"peerDependencies": {
"prop-types": "^15.8.1",
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"dependencies": {
"react-highlight-words": "^0.18.0"
},
"overrides": {
"react-highlight-words": {
"react": "$react"
}
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"prettier": "^2.0.5",
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"prettier": {
"tabWidth": 2,
"printWidth": 120,
"singleQuote": true
}
}