-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
57 lines (57 loc) · 1.67 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
{
"name": "doggo",
"version": "1.0.1",
"description": "Doggo For Hire",
"homepage": "https://www.doggoforhire.com",
"bugs": {
"url": "https://github.com/ryanwiemer/doggo/issues"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/ryanwiemer/doggo/"
},
"author": "Ryan Wiemer <ryan@ryanwiemer.com> (http://ryanwiemer.com/)",
"scripts": {
"clean": "rm -rf dist && rm -rf build",
"build": "webpack",
"watch": "webpack --watch",
"sync": "browser-sync start --server 'build' --files 'build' -b 'google chrome'",
"start": "npm-run-all -p build watch sync",
"deploy": "NODE_ENV=production npm-run-all -p build"
},
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"browser-sync": "^2.18.13",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.7",
"eslint": "^4.7.1",
"eslint-config-react-app": "^2.0.0",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.6",
"imports-loader": "^0.7.1",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.1",
"path": "^0.12.7",
"postcss-cli": "^4.1.0",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^3.6.0"
},
"dependencies": {
"gsap": "^1.20.2",
"lazysizes": "^4.0.0-rc3",
"objectFitPolyfill": "^2.0.5",
"scrollmagic": "^2.0.5"
}
}