-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 867 Bytes
/
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
{
"name": "double-slider",
"version": "2.0.0",
"description": "A simple two-thumb slider component",
"main": "lib/double-slider.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"lint:js": "./node_modules/.bin/eslint --fix src --ext js"
},
"repository": {
"type": "git",
"url": "https://github.com/VacaSan/double-slider.git"
},
"author": "Vladan Kotarac",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.7.0",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-google": "^0.9.1",
"postcss-cssnext": "^3.1.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"injected-css": "^0.4.1"
}
}