-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.94 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
56
57
58
59
{
"name": "floating-labels",
"version": "1.0.0",
"description": "Floating label package",
"main": "webpack.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev-server": "NODE_ENV=development webpack-dev-server --progress --watch --config webpack.dev.js",
"dev": "NODE_ENV=development webpack --progress --watch --hide-modules --config webpack.dev.js",
"prod": "NODE_ENV=production webpack --progress --hide-modules --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mohamedragaey/Floating-labels.git"
},
"keywords": [],
"author": "Mohamed Ragaey <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.23.5",
"browser-sync-webpack-plugin": "^1.2.0",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.8",
"eslint": "^3.19.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.4.2",
"node-sass": "^4.7.2",
"postcss": "^6.0.16",
"postcss-loader": "^2.0.10",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"standard": "^11.0.0",
"standard-loader": "^6.0.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1",
"webpack-manifest-plugin": "^1.3.2",
"webpack-merge": "^4.1.1",
"webpack-rtl-plugin": "^1.6.0"
},
"dependencies": {
"bootstrap-sass-multi-directional": "^3.3.1",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"mappy-breakpoints": "^0.2.3",
"lodash": "^4.17.4",
"yarn-add-webpack-plugin": "^0.1.0"
}
}