-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 946 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 946 Bytes
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
{
"name": "@syntaxica/workers",
"version": "1.0.0",
"main": "index.js",
"author": "Damian Wileński",
"license": "MIT",
"scripts": {
"build": "webpack --config=./webpack.config.js",
"generate": "stxa generate"
},
"dependencies": {
"@syntaxica/antlr": "^4.12.0-2",
"@syntaxica/lib": "^0.0.12"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "8.2.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-prettier": "^5.0.0",
"eslint-webpack-plugin": "^4.0.1",
"prettier": "^3.0.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}