-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "farmbot-web-frontend",
"version": "0.0.1",
"description": "A single page application that controls FarmBot.",
"main": "index.js",
"scripts": {
"test": "gulp test",
"start": "webpack-dev-server --content-base './src' --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FarmBot/farmbot-web-frontend.git"
},
"keywords": [
"farmbot"
],
"author": "Rick Carlino, FarmBot.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/FarmBot/farmbot-web-frontend/issues"
},
"homepage": "https://github.com/FarmBot/farmbot-web-frontend#readme",
"dependencies": {
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"file-loader": "^0.8.1",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"node-sass": "^3.3.3",
"normalize": "^0.3.1",
"react": "0.13.3",
"react-redux": "^2.1.2",
"reactify": "^1.1.1",
"redux": "^3.0.0",
"rlite-router": "^1.1.0",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}