forked from orbita-center/react-dadata-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "react-dadata-box",
"version": "1.3.6",
"description": "Компонент для работы с DaData",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"start": "webpack-dev-server --hot --inline --mode development --open",
"transpile": "NODE_ENV=production babel src -d dist --copy-files",
"prepublishOnly": "npm run transpile",
"postinstall": "node postinstall.js"
},
"author": {
"name": "orbita",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/orbita-center/react-dadata-box.git"
},
"peerDependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"dependencies": {
"react-highlight-words": "^0.12.0"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"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": "^16.13.1",
"react-dom": "^16.13.1"
},
"prettier": {
"tabWidth": 2,
"printWidth": 120,
"singleQuote": true
}
}