-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.3 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
{
"name": "dual-momentum",
"version": "0.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"ajv": "^6.11.0",
"axios": "^0.19.2",
"lodash": "^4.14.0",
"react": "~15.0.2",
"react-chartist": "^0.10.2",
"react-dom": "~15.0.2",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "^5.0.2",
"git-directory-deploy": "~1.5.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"scripts": {
"start": "webpack-dev-server --content-base=www --inline --watch --hot",
"production": "NODE_ENV=production webpack -p",
"deploy": "npm run production && git-directory-deploy --directory dist/"
},
"author": "Andrew Jesaitis",
"license": "MIT"
}