-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 2.09 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "cryptonite-game-react-site",
"version": "1.0.0",
"description": "Cryptonite game react website",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production",
"build:watch": "webpack --mode production --watch",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daniel-molano/Cryptonite-game-react-site.git"
},
"author": "Cryptonite devs",
"license": "ISC",
"bugs": {
"url": "https://github.com/daniel-molano/Cryptonite-game-react-site/issues"
},
"homepage": "https://github.com/daniel-molano/Cryptonite-game-react-site#readme",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"awesome-notifications": "^3.1.2",
"babel-core": "^6.26.3",
"babel-jest": "^27.3.1",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-to-clipboard": "^3.3.1",
"copy-webpack-plugin": "^10.0.0",
"css-loader": "^6.5.1",
"detect-browser": "^5.2.1",
"eslint": "^8.2.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-react": "^7.27.0",
"ethers": "^5.5.1",
"file-loader": "^6.2.0",
"framer-motion": "^5.5.6",
"i18next": "^21.5.2",
"i18next-browser-languagedetector": "^6.1.2",
"jest": "^27.3.1",
"jquery": "^3.6.0",
"loadjs": "^4.2.0",
"node-polyfill-webpack-plugin": "^1.1.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.14.2",
"react-joyride": "^2.3.2",
"react-jss": "^10.9.0",
"react-player": "^2.9.0",
"react-responsive": "^9.0.0-beta.5",
"react-router-dom": "^6.0.2",
"react-sound": "^1.2.0",
"react-test-renderer": "^17.0.2",
"style-loader": "^3.3.1",
"vertical-timeline-component-for-react": "^1.0.7",
"web3": "^1.6.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
}
}