forked from noahpresler/semesterly
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
170 lines (170 loc) · 5.31 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "semesterly",
"version": "1.0.0",
"description": "A Timetable Generator",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.15.6",
"@reduxjs/toolkit": "^1.6.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@twemoji/api": "^15.1.0",
"@types/lodash": "^4.14.178",
"@types/twemoji": "^13.1.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"autoprefixer": "^7.2.6",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-jest": "^27.2.5",
"babel-loader": "^7.1.5",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^7.2.0",
"boron-15": "^0.3.3",
"browser-filesaver": "^1.1.1",
"browserify": "^14.5.0",
"chromedriver": "^2.46.0",
"classnames": "^2.3.1",
"clipboard": "^2.0.8",
"css-loader": "^0.28.11",
"es6-promise": "^4.2.8",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.27.1",
"events": "^1.1.0",
"expect": "^1.16.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fbjs": "^0.8.18",
"file-loader": "^0.11.1",
"follow-redirects": "^1.14.8",
"html-react-parser": "^1.4.9",
"html2canvas": "^1.4.1",
"ical-generator": "^0.2.10",
"immutability-helper": "^3.1.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.6.0",
"js": "^0.1.0",
"js-cookie": "^2.2.1",
"livereactload": "^3.5.0",
"loader-utils": "^3.2.1",
"lodash": "^4.17.21",
"loose-envify": "^1.4.0",
"moment": "^2.29.4",
"node-sass": "^9.0.0",
"normalizr": "^3.6.1",
"postcss-loader": "^2.1.6",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-shallow-compare": "^15.6.3",
"react-alert": "^2.4.0",
"react-colorful": "^5.5.1",
"react-copy-to-clipboard": "^5.0.4",
"react-date-picker": "^5.3.28",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "^16.14.0",
"react-error-boundary": "^3.1.4",
"react-hot-loader": "^1.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-input-autosize": "^1.2.0",
"react-input-range": "^1.3.0",
"react-onclickout": "^2.0.8",
"react-proxy": "^1.1.8",
"react-redux": "^7.2.6",
"react-render-html": "^0.1.6",
"react-select": "^5.3.2",
"react-swipeable": "^5.5.1",
"react-test-renderer": "^16.14.0",
"react-tooltip": "^4.2.21",
"reactify": "^1.1.1",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.4.1",
"reselect": "^3.0.1",
"rodal": "^1.8.3",
"sass-lint": "^1.13.1",
"searchneu": "^1.0.6",
"static-interval-tree": "^1.3.0",
"streamify": "^0.2.9",
"style-loader": "^0.17.0",
"tinycolor2": "^1.4.2",
"ua-parser-js": "^1.0.33",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^0.5.8",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2",
"watchify": "^3.11.1",
"webpack": "^4.19.1",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.0.4",
"webpack-dev-server": "^2.4.2"
},
"jest": {
"setupFilesAfterEnv": [
"./misc/test_env.jsx"
],
"transformIgnorePatterns": [
"node_modules",
"__mocks__"
],
"transform": {
"^.+\\.(j|t)sx?$": "ts-jest"
},
"moduleNameMapper": {
"\\.(css|less|scss)$": "<rootDir>/__mocks__/styleMock.js"
},
"testEnvironment": "jest-environment-jsdom"
},
"scripts": {
"test": "NODE_ENV=production jest",
"test:watch": "npm test -- --watch",
"build": "./node_modules/.bin/webpack --config ./webpack.config.js --progress",
"watch": "node misc/server.js",
"lint": "./node_modules/.bin/eslint \"static/js/redux/**\"; ./node_modules/.bin/sass-lint -c .sass-lint.yml 'static/css/timetable/*.scss, static/css/timetable/**/*.scss' -v -q",
"lint-fix": "./node_modules/.bin/eslint --fix \"static/js/redux/**\" ",
"validate": "npm ls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohandas/semesterly.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohandas/semesterly/issues"
},
"homepage": "https://github.com/rohandas/semesterly#readme",
"devDependencies": {
"@types/clipboard": "^2.0.7",
"@types/html2canvas": "^1.0.0",
"@types/jest": "^27.0.3",
"@types/jquery": "^3.5.14",
"@types/js-cookie": "^3.0.1",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-swipeable": "^5.2.0",
"@types/react-tooltip": "^4.2.4",
"@types/tinycolor2": "^1.4.3",
"eslint-config-prettier": "^8.3.0",
"jest": "^27.2.5",
"jest-environment-jsdom": "^27.4.4",
"nock": "^13.2.1",
"prettier": "^2.5.1",
"regenerator-runtime": "^0.10.5",
"sass-loader": "^6.0.7",
"ts-jest": "^27.1.1",
"ts-loader": "^4.4.2",
"typescript": "^4.5.3"
},
"sasslintConfig": "sass-lint"
}