-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "pokemon",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"start": "webpack-dev-server --open --hot --mode development",
"build": "webpack --mode production",
"cypress": "cypress open",
"test": "cypress run"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nivo/bar": "^0.52.1",
"@nivo/line": "^0.59.3",
"axios": "^0.18.1",
"dayjs": "^1.8.17",
"firebase": "^5.8.5",
"immutability-helper": "^2.8.1",
"lodash": "^4.17.13",
"nosleep.js": "^0.9.0",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
"pusher-js": "^4.3.1",
"react": "^16.8.2",
"react-countdown-circle-timer": "^1.0.41",
"react-dom": "^16.8.2",
"react-hot-loader": "^4.6.5",
"react-icons": "^3.4.0",
"styled-components": "^3.4.10",
"styled-reset": "^1.6.8"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.2",
"cypress": "^3.4.1",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-cypress": "^2.6.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.18.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.11"
}
}