This repository has been archived by the owner on Apr 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "react-affixed",
"version": "1.1.3",
"description": "react affix component.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rimraf lib",
"build": "npm run clean && babel src --out-dir lib",
"start": "webpack-dev-server",
"build-example": "webpack -p --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "github.com/importcjj/react-affix"
},
"keywords": [
"react",
"affix",
"react-component"
],
"author": "georgeisgood",
"license": "MIT",
"files": [
"lib"
],
"peerDependencies": {
"react": ">=0.14.0",
"react-dom": ">=0.14.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-eslint": "7.2.3",
"babel-loader": "^6.4.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"css-loader": "^0.27.3",
"eslint": "3.19.0",
"eslint-config-react-app": "^1.0.5",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "2.33.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.1",
"eslint-plugin-react": "7.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.2",
"less-loader": "^4.0.0",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.15.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
}
}