-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.02 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
{
"name": "@iw/typeahead-input-field",
"version": "0.1.1",
"private": false,
"main": "dist/index.js",
"peerDependencies": {
"antd": "^3.11.0",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"styled-components": "^4.1.2"
},
"devDependencies": {
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"antd": "^3.11.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-scripts": "^2.1.1",
"styled-components": "^4.1.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"draft-js": "^0.10.5"
},
"scripts": {
"prepublish": "rm -rf ./dist && npm run build",
"start": "react-scripts start",
"build": "webpack",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"license": "UNLICENSED",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}