-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "dev-tools",
"version": "0.1.6",
"description": "A tool for web developers",
"license": "MIT",
"main": "build/index.js",
"author": {
"name": "Denis Chernov"
},
"repository": {
"type": "git",
"url": "https://github.com/d9onis/dev-tools.git"
},
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p --config webpack.build.config.js"
},
"files": [
"build",
"README.md",
"LICENSE.md"
],
"devDependencies": {
"autoprefixer-loader": "2.0.0",
"babel-core": "5.8.22",
"babel-loader": "5.3.2",
"css-loader": "0.9.0",
"file-loader": "0.8.4",
"jsx-loader": "0.13.2",
"node-sass": "3.2.0",
"react-inlinesvg": "0.4.2",
"sass-loader": "2.0.1",
"style-loader": "0.8.0",
"svg-inline-loader": "0.3.0",
"uglify-loader": "1.2.0",
"url-loader": "0.5.6",
"webpack": "1.11.0",
"webpack-dev-server": "1.10.1",
"classnames": "2.1.5",
"react": "0.14.0",
"react-dom": "0.14.0",
"react-draggable": "0.8.2",
"react-dropzone": "2.1.0",
"react-slider": "0.5.1",
"reflux": "0.2.12"
}
}