forked from cmswalker/fullpage-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 KB
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": "fullpage-react",
"version": "3.0.4",
"description": "full page scrolling for react",
"main": "./FullpageReact.js",
"eslintConfig": "./.eslint.json",
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"build": "NODE_ENV=production ./node_modules/.bin/webpack",
"babel-version": "./node_modules/.bin/babel --version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "cmswalker",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cmswalker/fullpage-react.git"
},
"bugs": {
"url": "https://github.com/cmswalker/fullpage-react/issues"
},
"engines": {
"node": ">=6.9.1"
},
"keywords": [
"react",
"react-fullpage",
"fullpage",
"scroll",
"slide",
"slider"
],
"dependencies": {
"scroll-swipe": "0.0.9"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.1.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"eslint": "^3.10.0",
"eslint-plugin-react": "^6.6.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"style-loader": "^0.18.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}