-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "timekeeper-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"lint": "./node_modules/.bin/eslint src",
"lint-fixup": "./node_modules/.bin/eslint src --ext .js,.jsx --fix"
},
"author": "Adriano Tadao",
"license": "MIT",
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-3": "6.24.1",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"webpack": "3.6.0",
"webpack-dev-server": "2.9.1"
},
"dependencies": {
"babel-eslint": "^8.0.1",
"css-loader": "^0.28.7",
"eslint": "^4.8.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.4.0",
"glamor": "^2.20.40",
"minireset.css": "^0.0.3",
"react": "16.0.0",
"react-apollo": "^1.4.16",
"react-dom": "16.0.0",
"react-redux": "5.0.6",
"react-router-dom": "^4.2.2",
"redux": "3.7.2",
"style-loader": "^0.19.0"
}
}