-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
{
"name": "flask-react",
"description": "flask-react",
"license": "BSD-3-Clause",
"version": "0.0.1",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"jsdom": "^6.5.1",
"mocha": "^2.3.3",
"nock": "^2.15.0",
"node-sass": "^3.3.3",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"file-loader": "^0.8.4",
"less-loader": "^2.2.1",
"webpack": "^1.12.2"
},
"scripts": {
"build": "bower install && webpack",
"watch": "webpack --progress --colors --devtool sourcemap --watch",
"test": "mocha --compilers jsx:babel/register --recursive --require test/setup.jsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnry/flask-react.git"
},
"bugs": {
"url": "https://github.com/cnry/flask-react/issues"
},
"homepage": "https://github.com/cnry/flask-react#readme",
"dependencies": {
"bootstrap": "^3.3.5",
"bootswatch": "^3.3.5",
"history": "^1.12.5",
"jquery": "^2.1.4",
"less": "^2.5.3",
"react": "^0.14.0",
"react-bootstrap": "^0.27.2",
"react-dom": "^0.14.0",
"react-router": "^1.0.0-rc3",
"socket.io-client": "0.9.16"
}
}