-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
{
"name": "tarotscore",
"version": "1.0.0",
"description": "Using pipenv (pip3 installed)\r pipenv install\r pipenv shell",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --mode development --hot",
"build": "webpack --config webpack.prod.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ncknt/tarot_stats.git"
},
"author": "Nicolas Cohen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ncknt/tarot_stats/issues"
},
"homepage": "https://github.com/ncknt/tarot_stats#readme",
"dependencies": {
"axios": "^0.18.0",
"d3": "^5.1.0",
"firebase": "^4.12.1",
"react": "^16.3.1",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-update": "^15.6.2",
"react-dom": "^16.3.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-toastify": "^3.4.3",
"semantic-ui": "^2.2.14",
"semantic-ui-react": "^0.79.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.8.3",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3",
"webpack-merge": "^4.1.2"
}
}