-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 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
{
"name": "material-ui-textfield-icon",
"version": "0.2.8",
"description": "A textField icon for material-ui v0.x",
"main": "dist/index.js",
"scripts": {
"prestart": "npm run build",
"prepublishOnly": "npm run build",
"build": "npm run build:clean && npm run build:dist",
"build:clean": "rimraf dist",
"build:dist": "babel src -d dist",
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rick83600/material-ui-textfield-icon"
},
"bugs": {
"url": "https://github.com/Rick83600/material-ui-textfield-icon/issues"
},
"homepage": "https://github.com/Rick83600/material-ui-textfield-icon#readme",
"keywords": [
"material",
"ui",
"textfield",
"react",
"component"
],
"author": "Tristan HULOT <hulot.tristan@gmail.com>",
"license": "MIT",
"devDependencies": {
"@storybook/addon-actions": "^3.4.7",
"@storybook/addon-links": "^3.4.7",
"@storybook/react": "^3.4.7",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"prop-types": "^15.7.2",
"react-flexbox-grid": "^2.1.2",
"rimraf": "^2.6.3",
"storybook-addon-material-ui": "^0.8.5",
"@storybook/addons": "^3.4.7",
"babel-runtime": "^6.26.0"
},
"dependencies": {
"material-ui": "^0.20.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
}