-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.52 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
{
"name": "web-distressor",
"version": "1.0.0",
"license": "MIT",
"source": "./src/index.html",
"scripts": {
"dev": "parcel ./src/index.html",
"build": "yarn clean:build && parcel build ./src/index.html && yarn cp:target",
"clean:build": "rm -rf ./dist",
"cp:target": "cp ./targets/target.json ./dist/target.json",
"deploy": "surge ./dist glory2ukraine.surge.sh",
"predeploy": "yarn build"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.12",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"parcel": "^2.3.2",
"ts-loader": "^9.2.6",
"typescript": "^4.6.2",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@grammarly/focal": "^0.8.5",
"@mui/material": "^5.5.1",
"@swc/helpers": "^0.3.8",
"fp-ts": "^2.11.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"rxjs": "^7.5.4",
"typestyle": "^2.3.0"
}
}