-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.51 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.51 KB
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
{
"name": "react-frost",
"version": "1.0.0",
"description": "Frost client: React prototype of non-event registration journey",
"scripts": {
"build:webpack": "NODE_ENV=production webpack --inline --progress --profile --watch --colors --display-error-details --config config/webpack/webpack.config.base.js",
"start": "node application/server.js",
"lint": "eslint . --ext .js --ext .jsx --ignore-path .gitignore --cache"
},
"dependencies": {
"react": "^0.14.5",
"react-dom": "^0.14.5",
"react-redux": "^4.4.5",
"react-redux-form": "^0.12.3",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.9.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-2": "^6.5.0",
"css-loader": "^0.23.1",
"es6-promise": "~3.2.1",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.13.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"kss": "^2.4.0",
"kss-webpack-plugin": "^1.0.0",
"localforage": "^1.4.2",
"node-jsx": "^0.13.3",
"node-sass": "^3.4.2",
"object-assign": "^4.1.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"react-addons-linked-state-mixin": "^0.14.5",
"react-helmet": "^3.1.0",
"react-router": "^2.4.0",
"react-templates": "^0.5.2",
"react-templates-loader": "^0.5.0",
"react-transform-catch-errors": "^1.0.1",
"react-transform-hmr": "^1.0.0",
"react-validation": "^1.6.9",
"redbox-react": "^1.2.0",
"redux-form": "^5.2.5",
"redux-persist": "^3.2.2",
"resolve-url-loader": "^1.4.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"susy": "^2.2.12",
"tween-functions": "^1.2.0",
"url-loader": "^0.5.7",
"validator": "^5.3.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"whatwg-fetch": "~1.0.0",
"imports-loader": "~0.6.5",
"exports-loader": "~0.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/comicrelief/frost-client"
},
"bugs": {
"url": "https://github.com/comicrelief/frost-client/issues"
},
"engines": {
"node": ">= v4.4.3",
"npm": ">= 3.8.6"
}
}