forked from infoeducatie/infoeducatie-ui
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.46 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
76
77
78
79
80
81
{
"name": "infoeducatie-react",
"version": "0.1.0",
"description": "Frontend for infoeducatie.ro",
"main": "src/main.jsx",
"scripts": {
"start": "node server.development.js",
"build": "./build.sh",
"test": "./node_modules/gulp/bin/gulp.js lint && PHANTOMJS_BIN=./node_modules/.bin/phantomjs ./node_modules/karma/bin/karma start karma.config.js",
"test-debug": "./node_modules/karma/bin/karma start karma-debug.config.js",
"test-cross-browser": "./node_modules/karma/bin/karma start karma.cross-browser.config.js",
"coveralls": "cat coverage/lcov.info | coveralls",
"clean": "rm -rf build",
"postinstall": "npm run build"
},
"cacheDirectories": [
"node_modules"
],
"repository": {
"type": "git",
"url": "https://github.com/infoeducatie/infoeducatie-react.git"
},
"keywords": [
"website"
],
"author": "InfoEducatie Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/infoeducatie/infoeducatie-react/issues"
},
"homepage": "https://github.com/infoeducatie/infoeducatie-react",
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^4.7.8",
"babel-eslint": "^2.0.2",
"babel-loader": "^5.3.1",
"coveralls": "^2.11.2",
"css-loader": "^0.15.1",
"eslint": "^0.18.0",
"eslint-plugin-react": "^2.0.2",
"file-loader": "^0.8.1",
"gulp": "^3.8.11",
"gulp-eslint": "^0.8.0",
"istanbul": "^0.3.7",
"istanbul-instrumenter-loader": "^0.1.2",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sauce-launcher": "^0.2.10",
"karma-sinon-chai": "^0.3.0",
"karma-webpack": "^1.5.0",
"less": "^2.4.0",
"less-loader": "^2.2.0",
"phantomjs": "^1.9.16",
"react-hot-loader": "^1.2.3",
"style-loader": "^0.9.0",
"url-loader": "^0.5.5",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"blueimp-file-upload": "infoeducatie/jQuery-File-Upload",
"bootstrap": "^3.3.4",
"classnames": "^2.1.2",
"express": "^4.12.3",
"gzippo": "^0.2.0",
"jquery": "^2.1.3",
"lodash": "^3.6.0",
"morgan": "^1.5.2",
"raven-js": "^1.1.19",
"react": "^0.13.3",
"react-bootstrap": "^0.23.4",
"react-cookie": "^0.2.3",
"react-deep-link-state": "0.0.2",
"react-ga": "^1.0.12",
"react-router": "^0.13.3",
"react-router-bootstrap": "^0.12.1"
}
}