-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.05 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
{
"name": "accounting-app",
"version": "1.0.0",
"description": "Accounting App: Track your finances!",
"scripts": {
"dev": "webpack-dev-server",
"webpack": "webpack",
"lint": "eslint src",
"prebuild": "rimraf static/app",
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.production.js"
},
"repository": {
"type": "git",
"url": "https://github.com/btobi/accounting.git"
},
"keywords": [],
"author": "Tobias Bodor <[email protected]> (https://github.com/btobi)",
"license": "MIT",
"homepage": "https://github.com/gaearon/react-hot-boilerplate",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"copyfiles": "^1.2.0",
"cross-env": "^3.1.4",
"file-loader": "^0.11.2",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-router-dom": "^4.2.2",
"rimraf": "^2.6.0",
"style-loader": "^0.18.2",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
"webpack-bundle-tracker": "^0.2.0",
"prop-types": "latest",
"eslint": "^3.14.1",
"eslint-plugin-react": "^6.9.0"
},
"dependencies": {
"axios": "^0.16.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.6.0",
"css-loader": "^0.28.7",
"django-react-csrftoken": "^1.0.2",
"mobile-detect": "^1.4.0",
"moment": "^2.18.1",
"momentjs": "^2.0.0",
"react-logger": "^1.1.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "latest",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.0"
}
}