forked from dhenson02/fixed-data-table-dk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.92 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": "fixed-data-table-dk",
"version": "0.6.13",
"description": "A React table component designed to allow presenting thousands of rows of data. With one or two changes.",
"main": "main.js",
"peerDependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0"
},
"devDependencies": {
"autoprefixer": "^5.0.0",
"babel-core": "^5.4.7",
"babel-loader": "^5.0.0",
"bundle-loader": "^0.5.2",
"css-loader": "^0.9.1",
"extract-text-webpack-plugin": "^0.3.8",
"faker": "^2.1.2",
"file-loader": "^0.8.1",
"glob": "^4.3.5",
"html-loader": "^0.2.3",
"less": "^2.2.0",
"less-loader": "^2.0.0",
"marked": "^0.3.2",
"null-loader": "^0.1.0",
"postcss": "^4.0.2",
"postcss-custom-properties": "3.0.1",
"react": "^15.4.0",
"react-addons-shallow-compare": "^15.4.0",
"react-docgen": "^1.2.0",
"react-dom": "^15.4.0",
"react-tools": "^0.12.2",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"webpack": "^1.8.3",
"webpack-dev-server": "^1.8.0"
},
"scripts": {
"site-dev-server": "./build_helpers/startSiteDevServer.sh",
"site-build": "./build_helpers/buildStaticSite.sh",
"build-dist": "./build_helpers/buildDist.sh",
"build-npm": "./build_helpers/buildNPMInternals.sh",
"build-docs": "./build_helpers/buildAPIDocs.sh",
"publish-site": "./build_helpers/publishStaticSite.sh",
"publish-package": "./build_helpers/publishPackage.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dhenson02/fixed-data-table-dk.git"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dhenson02/fixed-data-table-dk/issues"
},
"homepage": "http://facebook.github.io/fixed-data-table",
"tags": [
"react",
"table"
],
"keywords": [
"react",
"react-component",
"table",
"data-table",
"fixed-table"
]
}