-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.85 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
{
"author": {
"name": "Contributors",
"url": "https://github.com/kirkstrobeck/side-scroll-nav/graphs/contributors"
},
"bugs": {
"url": "https://github.com/kirkstrobeck/side-scroll-nav/issues"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"elm": "~0.18",
"elm-format": "^0.8.0",
"elm-webpack-loader": "^4.5.0",
"emotion": "^9.2.10",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"nodemon": "^1.18.4",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-elm-components": "^1.0.2",
"react-waypoint": "^8.0.3",
"recompose": "^0.30.0",
"standard": "^12.0.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.1",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7",
"webpack-merge": "^4.1.4"
},
"description": "React side-scroll nav",
"homepage": "https://github.com/kirkstrobeck/side-scroll-nav",
"license": "Apache-2.0",
"name": "side-scroll-nav",
"repository": {
"type": "git",
"url": "[email protected]:kirkstrobeck/side-scroll-nav.git"
},
"scripts": {
"build": "NODE_ENV=PRODUCTION webpack --config config/webpack.js",
"dev": "nodemon --exec 'webpack-dev-server --config config/webpack.js'",
"serve": "http-server dist -p 8090"
},
"standard": {
"parser": "babel-eslint"
},
"version": "0.0.1"
}