-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.7 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "NeoSmartBlinds-TestView",
"version": "1.0.0",
"description": "A test build to allow freelancers to develop components for the Neo Smart Blinds Controller App.",
"main": "app/index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start conf/karma.conf.js --single-run",
"test2": "./node_modules/karma/bin/karma start conf/karma.no-webpack.js --single-run",
"test:watch": "./node_modules/karma/bin/karma start conf/karma.conf.js",
"test:coverage": "./node_modules/karma/bin/karma start conf/karma.coverage.conf.js --single-run",
"test:ci": "./node_modules/karma/bin/karma start conf/karma.ci.conf.js --single-run",
"start-local": "./node_modules/.bin/webpack-dev-server --config conf/webpack.config.js --progress --colors --inline --content-base build --host 0.0.0.0 --post 8080 --hot",
"build": "./node_modules/.bin/webpack --config conf/webpack.production.js"
},
"author": "Marc-Etienne Brunet <[email protected]>",
"license": "MIT",
"dependencies": {
"alt": "^0.17.1",
"bootstrap-sass": "~3.3.5",
"classnames": "^2.1.3",
"immutable": "^3.7.4",
"jquery": "^2.1.4",
"lodash": "~3.10.0",
"react": "~0.13.0",
"react-bootstrap": "~0.24.2",
"react-router": "~0.13.3",
"react-swipe": "~2.1.0",
"swipe-js-iso": "~2.0.1"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel": "^5.1.10",
"babel-core": "^4.7.8",
"babel-eslint": "^2.0.2",
"babel-loader": "^5.0.0",
"bootstrap-sass-loader": "~1.0.6",
"chai-as-promised": "^5.1.0",
"chai-spies": "^0.7.0",
"css-loader": "^0.14.0",
"eslint": "^0.24.1",
"eslint-loader": "^0.14.2",
"eslint-plugin-react": "~3.1.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.1",
"gh-pages": "^0.2.0",
"html-webpack-plugin": "^1.1.0",
"isparta": "^2.2.0",
"isparta-instrumenter-loader": "^0.1.1",
"karma": "^0.13.3",
"karma-babel-preprocessor": "^5.2.1",
"karma-browserify": "^4.2.1",
"karma-chai": "^0.1.0",
"karma-chai-as-promised": "^0.1.2",
"karma-cordova-launcher": "0.0.8",
"karma-coverage": "^0.5.0",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-notify-reporter": "^0.1.1",
"karma-nyan-reporter": "^0.2.1",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-webpack": "^1.7.0",
"less": "^2.4.0",
"less-loader": "^2.1.0",
"node-sass": "^3.2.0",
"react-hot-loader": "^1.2.3",
"request-promise": "^0.4.3",
"rewire-webpack": "^1.0.0",
"sass-loader": "^1.0.0",
"style-loader": "^0.12.0",
"url-loader": "^0.5.6",
"webpack": "^1.9.0",
"webpack-dev-server": "^1.9.0"
}
}