-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.58 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.58 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "argon-design-system-react",
"version": "1.1.0",
"description": "React version of Argon Design System by Creative Tim",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/creativetimofficial/argon-design-system-react.git"
},
"keywords": [
"react",
"reactjs",
"argon",
"argon-react",
"design",
"design-react",
"argon-design",
"argon-design-react",
"kit",
"react-kit",
"argon-design-system",
"argon-design-system-react",
"design-system-react"
],
"author": "Creative Tim",
"license": "MIT",
"bugs": {
"url": "https://github.com/creativetimofficial/argon-design-system-react/issues"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.css",
"minify-sass": "node-sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/argon-design-system-react.scss src/assets/css/argon-design-system-react.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@tensorflow-models/posenet": "^2.2.2",
"@tensorflow/tfjs": "^3.11.0",
"axios": "^0.24.0",
"bootstrap": "4.3.1",
"classnames": "2.3.1",
"date-fns": "^2.26.0",
"headroom.js": "0.12.0",
"moment": "2.29.1",
"node-sass": "5.0.0",
"nouislider": "14.7.0",
"react": "17.0.2",
"react-big-calendar": "^0.38.1",
"react-bootstrap": "^2.0.0",
"react-datetime": "2.16.3",
"react-dom": "17.0.2",
"react-google-charts": "^3.0.15",
"react-icons": "^4.3.1",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"react-toastify": "^8.1.0",
"react-toasts": "^3.0.6",
"react-webcam": "^6.0.0",
"reactstrap": "8.9.0",
"yarn": "^1.22.17"
},
"devDependencies": {
"@types/googlemaps": "3.43.3",
"@types/markerclustererplus": "2.1.33",
"@types/react": "17.0.4",
"eslint-plugin-flowtype": "5.7.2",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"jquery": "3.6.0",
"typescript": "4.2.4"
},
"proxy": "http://127.0.0.1:8000"
}