-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1016 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 1016 Bytes
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
{
"name": "paymentRecords",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"dev": "mix",
"watch": "mix watch",
"prod": "npm run production",
"production": "mix --production"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
[
"styled-jsx/babel",
{
"optimizeForSpeed": true
}
]
]
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset": "^1.1.7",
"babel-preset-react": "^6.24.1",
"chart.js-v2": "^2.0.0",
"laravel-mix": "^6.0.49",
"moment": "^2.29.4",
"react-redux": "^6.0.1",
"redux": "^4.2.0"
},
"dependencies": {
"chart.js": "^2.9.4",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-chartjs-2": "^2.11.2",
"react-dom": "^16.14.0",
"styled-jsx": "^5.1.2"
}
}