-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
55 lines (55 loc) · 1.64 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
{
"name": "@celebryts/react-autocomplete-tags",
"version": "1.0.0",
"description": "A React component that build a Autocomplete with tags - Built by Celebryts IT",
"main": "index.js",
"scripts": {
"dev": "start-storybook -p 9001 -c .storybook",
"build": "npm run clean && cross-env NODE_ENV=production webpack --progress --colors --profile",
"clean": "rimraf lib",
"test": "echo \"Error: no test specified\" && exit 1",
"build-storybook": "build-storybook"
},
"author": "Raphael Guastaferro ([email protected]) and Celebryts IT (http://www.celebryts.com) contributors",
"bugs": {
"url": "https://github.com/celebryts/react-autocomplete-tags/issues"
},
"keywords": [
"react",
"autocomplete",
"tags"
],
"repository": {
"type": "git",
"url": "https://github.com/celebryts/react-autocomplete-tags"
},
"license": "MIT",
"dependencies": {
"lodash": "^4.17.4",
"react": ">=15.5.0",
"react-dom": ">=15.5.0"
},
"peerDependencies": {
"react": ">=15.5.0",
"react-dom": ">=15.5.0"
},
"devDependencies": {
"@storybook/react": "^3.0.1",
"autoprefixer": "^7.1.1",
"babel-core": "^6.23.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.6",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "^0.11.1",
"postcss-loader": "^2.0.5",
"prop-types": "^15.5.10",
"rimraf": "^2.6.1",
"style-loader": "^0.18.1",
"webpack": "3.6.0"
}
}