forked from fms-cat/condition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.31 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
{
"name": "revision-2021",
"version": "0.0.1",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "webpack-cli serve --mode development",
"build": "yarn build-js && yarn build-png",
"build-js": "webpack --mode production",
"build-png": "jsexe -cn -po ./dist/bundle.js ./dist/out.png.html",
"h": "start http://localhost:8081/out.png.html && http-server ./dist",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint-fix": "eslint --fix \"src/**/*.{ts,tsx}\""
},
"devDependencies": {
"@fms-cat/automaton": "^4.2.0-beta.0",
"@fms-cat/automaton-fxs": "^4.2.0-beta.0",
"@fms-cat/automaton-with-gui": "^4.2.0-beta.0",
"@fms-cat/experimental": "^0.6.1",
"@fms-cat/glcat-ts": "^0.15.0",
"@types/audiobuffer-to-wav": "^1.0.0",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.17.0",
"@typescript-eslint/parser": "^4.17.0",
"audiobuffer-to-wav": "^1.0.0",
"eslint": "^7.21.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"glslify-loader": "^2.0.0",
"html-webpack-plugin": "^5.3.0",
"loader-utils": "^2.0.0",
"schema-utils": "^3.0.0",
"tempy": "^1.0.0",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}