forked from dlmanning/react-css-grid-layout
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "react-css-grid-layout",
"version": "1.0.0",
"description": "The CSS Grid Layout wrapped in React components",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/dlmanning/react-css-grid-layout"
},
"scripts": {
"test": "node test/dev-server.js",
"prepublish": "babel src --out-dir lib"
},
"author": "David Manning",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"babel-runtime": "^5.8.25",
"ecstatic": "^1.0.1",
"eslint": "^1.5.1",
"eslint-config-standard": "^4.4.0",
"eslint-config-standard-react": "^1.1.0",
"eslint-plugin-react": "^3.5.0",
"eslint-plugin-standard": "^1.3.1",
"express": "^4.13.3",
"react": "^0.14.0-rc1",
"react-dom": "^0.14.0-rc1",
"react-transform-hmr": "^1.0.1",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.3.0"
}
}