-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.39 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
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx webpack serve --mode=development"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@codemirror/autocomplete": "^0.19.3",
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/closebrackets": "^0.19.0",
"@codemirror/commands": "^0.19.5",
"@codemirror/comment": "^0.19.0",
"@codemirror/fold": "^0.19.0",
"@codemirror/gutter": "^0.19.2",
"@codemirror/highlight": "^0.19.6",
"@codemirror/history": "^0.19.0",
"@codemirror/lang-json": "^0.19.1",
"@codemirror/language": "^0.19.3",
"@codemirror/lint": "^0.19.2",
"@codemirror/matchbrackets": "^0.19.3",
"@codemirror/rectangular-selection": "^0.19.1",
"@codemirror/search": "^0.19.2",
"@codemirror/state": "^0.19.2",
"@codemirror/view": "^0.19.9",
"@lezer/common": "^0.15.7",
"@reduxjs/toolkit": "^1.7.1",
"line-awesome": "^1.3.0",
"long-press-event": "^2.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-transition-group": "^4.4.2",
"redux-watch": "^1.2.0",
"sanitize.css": "^13.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.1",
"@teamsupercell/typings-for-css-modules-loader": "^2.5.1",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.10",
"@types/react-redux": "^7.1.22",
"@types/react-router": "^5.1.8",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.1.0",
"@typescript-eslint/parser": "^5.1.0",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.4.0",
"eslint": "^7.13.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^6.0.3",
"html-webpack-plugin": "^5.4.0",
"mini-css-extract-plugin": "^2.4.2",
"postcss": "^8.1.7",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^7.2.3",
"react-refresh": "^0.10.0",
"sass": "^1.49.0",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"type-fest": "^2.3.4",
"typescript": "^4.0.5",
"webpack": "^5.5.1",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^4.3.0"
}
}