-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.66 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.66 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "todolist",
"version": "1.0.0",
"description": "React + Redux + Webpack2 sample",
"main": "index.js",
"scripts": {
"test": "eslint src/** && karma start",
"dev": "node build/dev-server",
"start": "node ./start",
"postinstall": "webpack --config ./build/webpack.config",
"lint": "eslint ./src/js/"
},
"engines": {
"node": "^6.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gonlliuk/TodoList.git"
},
"keywords": [
"react",
"redux",
"webpack2",
"javascript"
],
"author": "gonlliuk@gmail.com",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.7.7",
"axios": "^0.15.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.18.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.1",
"express": "^4.14.0",
"file-loader": "^0.10.1",
"firebase": "^3.6.6",
"history": "^4.6.0",
"html-webpack-plugin": "^2.28.0",
"http": "0.0.0",
"moment": "^2.14.1",
"morgan": "^1.7.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.6",
"react-redux": "^5.0.2",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"react-router-redux": "^4.0.8",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"style-loader": "^0.13.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"uglifyjs-webpack-plugin": "^0.3.1",
"webpack": "^2.2.1",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-import": "^0.13.0",
"eslint-config-react": "^1.1.7",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"friendly-errors-webpack-plugin": "^1.6.1",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "^0.0.30",
"karma-webpack": "^2.0.3",
"phantomjs-prebuilt": "^2.1.14",
"react-hot-loader": "^3.0.0-beta.6",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1"
},
"bugs": {
"url": "https://github.com/gonlliuk/TodoList/issues"
},
"homepage": "https://github.com/gonlliuk/TodoList#readme"
}