-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.95 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
60
61
62
63
64
65
66
67
{
"name": "d-low.com_v3",
"version": "1.0.0",
"description": "",
"main": "src/scripts/main.js",
"scripts": {
"build": "(rm -rf build/* || exit 0) && webpack -p",
"start": "(rm -rf build/* || exit 0) && webpack-dev-server --output-pathinfo --content-base build/ --inline --hot --host 0.0.0.0 --history-api-fallback",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-low/d-low.com_v3.git"
},
"keywords": [],
"author": "Mike DiLorenzo",
"license": "ISC",
"bugs": {
"url": "https://github.com/d-low/d-low.com_v3/issues"
},
"homepage": "https://github.com/d-low/d-low.com_v3#readme",
"dependencies": {
"element-closest": "^2.0.2",
"es6-promise": "^4.0.5",
"imagesloaded": "^4.1.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-hammerjs": "^0.5.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"typeface-passion-one": "0.0.22",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"autoprefixer": "^6.6.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.26.1",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.28.0",
"image-webpack-loader": "^3.1.0",
"imports-loader": "^0.7.0",
"node-sass": "^4.1.1",
"postcss-loader": "^1.2.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}