This repository has been archived by the owner on Sep 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
{
"name": "japan",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"compile": "webpack --config ./webpack.production.config.js"
},
"keywords": [],
"author": "kotielnikov",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-es2015-react": "^0.1.2",
"eslint-plugin-react": "^5.2.2",
"gh-pages": "^0.11.0",
"grunt": "^1.0.1",
"grunt-gh-pages": "^2.0.0",
"grunt-shell": "^1.3.1",
"grunt-webpack": "^1.0.14",
"load-grunt-config": "^0.19.2",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^3.8.0",
"react-hot-loader": "^1.3.0",
"redux-logger": "^2.6.1",
"sass-loader": "^4.0.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"time-grunt": "^1.4.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1",
"why-did-you-update": "0.0.8"
},
"dependencies": {
"babel-polyfill": "^6.9.1",
"classnames": "^2.2.5",
"immutable": "^3.8.1",
"json-loader": "^0.5.4",
"memory-cache": "^0.1.6",
"moment": "^2.14.1",
"object-hash": "^1.1.2",
"promise-streams": "^1.0.1",
"react": "^15.1.0",
"react-crouton": "^0.3.0",
"react-dom": "^15.1.0",
"react-notification-system": "^0.2.7",
"react-redux": "^4.4.5",
"react-sparklines": "^1.6.0",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0"
}
}