-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
99 lines (99 loc) · 2.95 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "cs-week",
"version": "0.0.1",
"description": "React website created for UTCS annual CS Week",
"main": "index.js",
"author": "Sahil Jain",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ECLAIR-Robotics/CS-Week"
},
"bugs": {
"url": "https://github.com/ECLAIR-Robotics/CS-Week/issues"
},
"engines": {
"node": "12.19.0"
},
"homepage": "https://demos.creative-tim.com/blk-design-system-react/#/",
"keywords": [
"react",
"reactjs",
"design",
"design-react",
"system",
"system-react"
],
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "^5.10.5",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@react-oauth/google": "^0.2.6",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/jest-dom": "5.11.6",
"@testing-library/react": "11.2.2",
"@testing-library/user-event": "12.2.2",
"axios": "^0.27.2",
"bootstrap": "4.5.3",
"chart.js": "2.9.4",
"classnames": "2.2.6",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"nivo": "^0.31.0",
"node-sass": "4.14.1",
"node-sass-package-importer": "5.3.2",
"nouislider": "14.6.3",
"perfect-scrollbar": "1.5.0",
"react": "17.0.1",
"react-chartjs-2": "2.11.1",
"react-datetime": "3.0.4",
"react-dom": "17.0.1",
"react-native": "^0.70.0",
"react-native-web": "^0.18.9",
"react-redux": "^8.0.2",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1",
"reactstrap": "8.7.1",
"web-vitals": "1.0.1"
},
"optionalDependencies": {
"jquery": "3.5.1",
"typescript": "4.1.2"
},
"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 --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.css",
"minify-sass": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.min.css --output-style compressed",
"map-sass": "node-sass --importer node_modules/node-sass-package-importer/dist/cli.js src/assets/scss/blk-design-system-react.scss src/assets/css/blk-design-system-react.css --source-map true"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"volta": {
"node": "12.22.12"
}
}