-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
68 lines (68 loc) · 1.97 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
{
"name": "infoeducatie-react",
"version": "0.1.0",
"description": "Frontend for infoeducatie.ro",
"main": "src/main.jsx",
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --hot --inline --history-api-fallback --open",
"build": "node ./node_modules/webpack/bin/webpack.js -p",
"test": "node ./node_modules/eslint/bin/eslint.js 'src/**/*.jsx'",
"clean": "rm -rf build"
},
"cacheDirectories": [
"node_modules"
],
"repository": {
"type": "git",
"url": "https://github.com/infoeducatie/infoeducatie-ui.git"
},
"keywords": [
"website"
],
"author": "InfoEducatie Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/infoeducatie/infoeducatie-ui/issues"
},
"homepage": "https://github.com/infoeducatie/infoeducatie-ui",
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"coveralls": "^2.11.2",
"css-loader": "^0.23.1",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"file-loader": "^0.8.1",
"html-webpack-plugin": "^2.17.0",
"istanbul": "^0.4.3",
"istanbul-instrumenter-loader": "^0.2.0",
"less": "^2.4.0",
"less-loader": "^2.2.0",
"postcss-loader": "^0.9.1",
"react-hot-loader": "^1.2.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.5",
"webpack": "^3.12.0",
"webpack-dev-server": "^2.0.0"
},
"dependencies": {
"blueimp-file-upload": "github:infoeducatie/jQuery-File-Upload",
"bootstrap": "^3.3.4",
"classnames": "^2.1.2",
"jquery": "^3.0.0",
"lodash": "^4.12.0",
"morgan": "^1.5.2",
"raven-js": "^3.0.4",
"react": "^15.6.2",
"react-bootstrap": "^0.29.4",
"react-cookie": "^0.4.5",
"react-dom": "^15.0.2",
"react-ga": "^1.0.12",
"react-router": "^2.4.0",
"react-router-bootstrap": "^0.23.0"
}
}