-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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": "react-floating-label-paper-input",
"description": "Material design floating label paper input",
"version": "1.0.3",
"license": "MIT",
"author": "Dhaval Rajani <dhaval.rajani92@gmail.com>",
"keywords": [
"react",
"input",
"floating",
"material desgin",
"react-floating-input",
"react-input",
"react-floating-label"
],
"main": "dist/index.js",
"dependencies": {
"immutable": "^3.8.1",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"concurrently": "^3.0.0",
"cross-env": "^5.0.5",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.4.0",
"webpack-dev-server": "^2.4.5",
"webpack-hot-middleware": "^2.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/dhavalrajani92/react-floating-label-paper-input"
},
"scripts": {
"clean": "rimraf dist",
"start": "cross-env NODE_ENV=development webpack --watch --config build/webpack.config.js",
"build": "npm run clean && NODE_ENV=production concurrently -c blue,cyan,magenta \"webpack --config build/webpack.config.js\""
}
}