forked from source-academy/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
149 lines (149 loc) · 4.88 KB
/
Copy pathpackage.json
File metadata and controls
149 lines (149 loc) · 4.88 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
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
{
"private": true,
"name": "cadet-frontend",
"version": "1.4.3",
"scripts-info": {
"format": "Format source code",
"start": "Start the Webpack development server",
"build": "Build production bundle",
"test": "Run unit tests",
"update-ui-snapshots": "Update UI test snapshots"
},
"scripts": {
"build": "cross-env EXTEND_ESLINT=true NODE_OPTIONS=--max_old_space_size=8192 craco build",
"coverage": "./scripts/coverage-fix.sh do && craco test --coverage && ./scripts/coverage-fix.sh undo",
"format": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix src && prettier --write \"src/**/*.{js,jsx,ts,tsx}\" && prettier --write --parser scss \"src/**/*.scss\"",
"format:tsx": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx}\"",
"format:scss": "prettier --list-different --parser scss \"src/**/*.scss\"",
"format:ci": "yarn run format:tsx && yarn run format:scss",
"start": "cross-env EXTEND_ESLINT=true BROWSER=none PORT=8000 craco start",
"test": "craco test",
"test-coveralls": "./scripts/test-coveralls.sh",
"update-ui-snapshots": "jest --updateSnapshot",
"eslint": "eslint --ext \".js,.jsx,.ts,.tsx\" src",
"build-serviceworker": "node ./scripts/build-serviceworker.js"
},
"husky": {
"hooks": {
"pre-push": "bash scripts/test.sh"
}
},
"dependencies": {
"@blueprintjs/core": "^3.36.0",
"@blueprintjs/datetime": "^3.20.0",
"@blueprintjs/icons": "^3.23.0",
"@blueprintjs/select": "^3.15.0",
"@sentry/browser": "^5.30.0",
"@sourceacademy/sharedb-ace": "^2.0.2",
"@sourceacademy/sling-client": "^0.0.1",
"@types/uuid": "^8.3.0",
"ace-builds": "^1.4.12",
"acorn": "^8.0.4",
"ag-grid-community": "^25.0.1",
"ag-grid-react": "^25.0.1",
"array-move": "^3.0.1",
"classnames": "^2.2.6",
"connected-react-router": "^6.8.0",
"flexboxgrid": "^6.3.1",
"flexboxgrid-helpers": "^1.1.3",
"js-slang": "^0.4.70",
"lodash": "^4.17.20",
"lz-string": "^1.4.4",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"phaser": "^3.52.0",
"query-string": "^6.13.8",
"re-resizable": "^6.9.0",
"react": "^17.0.1",
"react-ace": "^9.2.1",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-dropzone": "^11.2.4",
"react-hotkeys": "^2.0.0",
"react-mde": "^11.0.0",
"react-redux": "^7.2.2",
"react-responsive": "^8.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-sortable-hoc": "^1.11.0",
"react-textarea-autosize": "^8.3.0",
"redux": "^4.0.5",
"redux-mock-store": "^1.5.4",
"redux-saga": "^1.1.3",
"showdown": "^1.9.1",
"sourceror": "^0.7.1",
"typesafe-actions": "^5.1.0",
"uuid": "^8.3.2",
"xml2js": "^0.4.23",
"yareco": "^0.1.5"
},
"devDependencies": {
"@craco/craco": "^6.0.0",
"@types/acorn": "^4.0.5",
"@types/classnames": "^2.2.11",
"@types/common-tags": "^1.8.0",
"@types/draft-js": "^0.10.44",
"@types/enzyme": "3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/estree": "0.0.45",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.52",
"@types/gapi.client": "^1.0.3",
"@types/gapi.client.drive": "^3.0.13",
"@types/google.picker": "^0.0.34",
"@types/invariant": "^2.2.34",
"@types/jest": "^26.0.20",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "^4.14.167",
"@types/lz-string": "^1.3.34",
"@types/node": "^14.14.21",
"@types/query-string": "^6.3.0",
"@types/react": "^17.0.0",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "^7.1.15",
"@types/react-responsive": "^8.0.2",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"@types/react-router-redux": "^5.0.18",
"@types/react-test-renderer": "^17.0.0",
"@types/react-textarea-autosize": "^4.3.5",
"@types/redux-mock-store": "^1.0.2",
"@types/showdown": "^1.9.3",
"@types/xml2js": "^0.4.7",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"babel-core": "6",
"babel-runtime": "^6.26.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"eslint": "7",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.8",
"jest-canvas-mock": "^2.3.0",
"node-sass": "^4.14.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"react-scripts": "^4.0.1",
"react-test-renderer": "^17.0.1",
"redux-saga-test-plan": "^4.0.1",
"typescript": "^4.1.3"
},
"browserslist": {
"production": [
"Firefox ESR",
"last 2 chrome versions",
"last 2 safari versions"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.3.0",
"**/@typescript-eslint/parser": "^4.3.0"
}
}