-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.79 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
{
"name": "frondend",
"version": "1.0.0",
"description": "[Bare](http://startbootstrap.com/template-overviews/bare/) is a bare HTML starter template for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). This template features predefined file paths for Bootstrap and jQuery, so you can quickly create Bootstrap websites.",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/lunchifyvn/frondend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lunchifyvn/frondend/issues"
},
"homepage": "https://github.com/lunchifyvn/frondend#readme",
"dependencies": {
"axios": "^0.15.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"redux": "^3.6.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"chai": "^3.5.0",
"chai-immutable": "^1.6.0",
"css-loader": "^0.25.0",
"enzyme": "^2.4.1",
"html-webpack-plugin": "^2.22.0",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react-addons-test-utils": "^15.3.2",
"react-hot-loader": "^3.0.0-beta.5",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"scripts": {
"start": "webpack-dev-server --progress --colors --hot --config ./webpack.config.js",
"build": "webpack --progress --colors --config ./webpack.config.js",
"test": "mocha --compilers js:babel-core/register --require ./test/setup.js './src/components/**/*spec.js'"
}
}