forked from TwoAbove/noita-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·154 lines (154 loc) · 4.49 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
{
"name": "noita-helper",
"version": "2.22.0",
"private": true,
"homepage": "https://www.noitool.com/",
"dependencies": {
"@gideo-llc/backblaze-b2-upload-any": "^0.1.4",
"backblaze-b2": "^1.7.0",
"body-parser": "^1.20.0",
"dotenv-flow": "^3.2.0",
"express": "^4.18.1",
"express-favicon": "^2.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"node-cron": "^3.0.0",
"serve-handler": "^6.1.3",
"socket.io": "^4.5.1",
"utf-8-validate": "^5.0.9"
},
"devDependencies": {
"@craco/craco": "^6.4.3",
"@loadable/component": "^5.15.2",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^27.5.1",
"@types/lodash": "^4.14.182",
"@types/luaparse": "^0.2.8",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/w3c-image-capture": "^1.0.6",
"@types/xml2js": "^0.4.11",
"babel-loader": "^8.2.5",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.3",
"bootswatch": "^5.1.3",
"classnames": "^2.3.1",
"comlink": "^4.3.1",
"comlink-loader": "^2.0.0",
"concurrently": "^7.2.1",
"copy-to-clipboard": "^3.3.1",
"craco-swc": "^0.5.1",
"csv-parse": "^5.1.0",
"cypress": "^10.0.3",
"decimal.js": "^10.3.1",
"dexie": "^3.2.2",
"dexie-export-import": "^1.0.3",
"dexie-react-hooks": "^1.1.1",
"emoji-flags": "^1.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-webpack-plugin": "^3.1.1",
"fast-deep-equal": "^3.1.3",
"fuse.js": "^6.6.2",
"http-proxy-middleware": "^2.0.6",
"humanize-duration": "^3.27.1",
"i18next": "^21.8.4",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"image-capture": "^0.4.0",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lua-json": "^1.0.0",
"lua2js": "^0.0.11",
"luaparse": "^0.3.1",
"nodemon": "^2.0.16",
"path-browserify": "^1.0.1",
"rdndmb-html5-to-touch": "^7.0.0-alpha.1",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "2.4.0",
"react-dark-mode-toggle": "^0.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-multi-backend": "^6.0.2",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.1.0",
"react-dropzone": "^14.2.1",
"react-feather": "^2.0.9",
"react-i18next": "^11.16.9",
"react-merge-refs": "^1.1.0",
"react-router-dom": "6",
"react-scripts": "^5.0.1",
"rescript-worker-loader": "^1.0.4",
"socket.io-client": "^4.5.1",
"source-map-explorer": "^2.5.2",
"tesseract.js": "^2.1.5",
"ts-loader": "^9.3.0",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "^4.7.2",
"wasm-check": "^2.0.4",
"wasm-loader": "^1.3.0",
"web-vitals": "^2.1.4",
"webpack": "5",
"webpack-bundle-analyzer": "^4.5.0",
"worker-loader": "^3.0.8",
"worker-plugin": "^5.0.1",
"workerize": "^0.1.8",
"workerize-loader": "^2.0.2",
"xml2js": "^0.4.23"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "node ./server",
"dev": "concurrently 'nodemon ./server' 'craco start' 'cd src/services/SeedInfo/noita_random && while inotifywait -e close_write **; do sh build.sh; done;'",
"cy": "cypress open --e2e",
"dev-win": "concurrently \"nodemon ./server\" \"craco start\"",
"build-noita_random": "pwsh -nol -noni -nop -f src/services/SeedInfo/noita_random/build.ps1",
"build": "craco build",
"test": "craco test",
"e2e": "yarn build && concurrently --kill-others --success=first 'PORT=3000 yarn start' 'cypress run'",
"eject": "react-scripts eject",
"deploy": "git checkout master && git pull && git push heroku master:main && git checkout develop"
},
"eslintConfig": {
"extends": "react-app",
"overrides": [
{
"extends": [
"plugin:cypress/recommended"
],
"files": [
"cypress/**/*.js",
"cypress/**/*.ts"
]
}
]
},
"nodemonConfig": {
"watch": [
"server"
],
"ignore": [
"fontGenerator/*",
"public/*",
"src/*"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}