-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "chrome-pomotasking",
"version": "0.0.4",
"description": "A Chrome Pomodoro timer with ToDo list",
"scripts": {
"build": "node utils/build.js",
"start": "node utils/webserver.js"
},
"dependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.13.0",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-jsx": "^3.2.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"file-loader": "^0.10.0",
"fontgen-loader": "^0.2.1",
"fs-extra": "^0.30.0",
"html-webpack-plugin": "2.24.1",
"jest": "^19.0.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-redux": "^5.0.1",
"react-sortable-hoc": "^0.4.12",
"react-textarea-autosize": "^4.0.5",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"style-loader": "^0.13.0",
"uuid": "^3.0.1",
"webpack": "^1.12.15",
"webpack-dev-server": "1.14.1",
"write-file-webpack-plugin": "3.4.2"
}
}