-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "asm6805",
"version": "1.3.0",
"description": "Online 6805 Datalink Assembler",
"main": "webpack.config.js",
"scripts": {
"start": "webpack serve --mode=development --open",
"build1": "export NODE_ENV=production && webpack",
"serve": "webpack serve --mode=development",
"build": "webpack --mode=production --env=zip=y",
"dev": "webpack --mode=development",
"preinstall": "npx npm-force-resolutions",
"analyze": "webpack --mode=production --analyze --env=zip=y",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toebes/6805.git"
},
"keywords": [
"datalink",
"timex",
"6805",
"assembler"
],
"author": "John Toebes",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/toebes/6805/issues"
},
"homepage": "https://github.com/toebes/6805#readme",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"html-webpack-plugin": "^5.5.3",
"postcss": "^8.4.26",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.0.0",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-shell-plugin-next": "^2.3.1"
}
}