-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 925 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 925 Bytes
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
{
"name": "react-flex-layout",
"version": "1.0.0",
"description": "",
"main": "dist/bundle.js",
"scripts": {
"dev": "webpack-dev-server --progress --colors --hot -d",
"build:dev": "webpack",
"build:prod": "webpack --optimize-minimize",
"test": "karma start --autowatch --no-single-run"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.2.3",
"babel-loader": "^5.0.0",
"domready": "^1.0.8",
"eslint": "^0.20.0",
"eslint-plugin-react": "^2.2.0",
"expect": "^1.6.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.8",
"karma-mocha": "^0.1.10",
"karma-webpack": "^1.5.0",
"location-bar": "^2.0.0",
"mocha": "^2.2.4",
"sinon": "^1.14.1",
"style-loader": "^0.12.1",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"babel-runtime": "^5.2.3",
"react": "^0.13.2"
}
}