forked from whoisandy/react-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.72 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.72 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
58
59
60
{
"name": "react-blocks",
"version": "1.1.4",
"description": "A higher-level react component to manage complex layouts using CSS flexbox.",
"main": "src/index",
"scripts": {
"start": "node server.js",
"build": "node ./node_modules/webpack/bin/webpack -p",
"deploy": "node ./node_modules/webpack/bin/webpack -p",
"lint": "eslint src",
"test": "npm run lint && karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whoisandie/react-blocks.git"
},
"author": "whoisandie",
"license": "MIT",
"bugs": {
"url": "https://github.com/whoisandie/react-blocks/issues"
},
"homepage": "https://github.com/whoisandie/react-blocks#readme",
"dependencies": {
"object-assign": "^4.0.1",
"react": "^15.3.2"
},
"devDependencies": {
"babel": "latest",
"babel-cli": "^6.18.0",
"babel-core": "latest",
"babel-eslint": "latest",
"babel-loader": "latest",
"babel-plugin-react-hot": "^1.0.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.3.0",
"css-loader": "^0.19.0",
"html-webpack-plugin": "^2.26.0",
"install": "^0.8.4",
"karma": "^0.13.10",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.6.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"less": "^2.5.1",
"less-loader": "latest",
"mocha": "^2.3.3",
"npm": "^4.0.5",
"phantomjs": "^1.9.18",
"react-dom": "^15.3.2",
"react-hot-loader": "^3.0.0-beta.6",
"style-loader": "^0.12.3",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.16.1",
"webpack-merge": "^2.3.1"
}
}