classicy 0.5.5 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "classicy",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"description": "A UI framework in React, replicating the user interface of Classic MacOS 8 (called Platinum).",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
|
-
"types": "./custom.d.ts",
|
|
8
7
|
"import": "./index.d.ts",
|
|
9
8
|
"require": "./index.js"
|
|
10
9
|
}
|
|
11
10
|
},
|
|
12
11
|
"imports": {
|
|
13
|
-
"
|
|
12
|
+
"#/*": "./*"
|
|
14
13
|
},
|
|
15
14
|
"files": [
|
|
16
15
|
"dist/",
|
|
@@ -34,7 +33,7 @@
|
|
|
34
33
|
"build-audio": "./scripts/build_sprites.sh",
|
|
35
34
|
"build-watch": "webpack --mode development --stats-error-details --watch",
|
|
36
35
|
"build-dev": "webpack --mode development --stats-error-details",
|
|
37
|
-
"build-prod": "npm run setup-dist &&
|
|
36
|
+
"build-prod": "npm run setup-dist && webpack --mode production && tsc-alias -p tsconfig.json",
|
|
38
37
|
"setup-dist": "npm run clean && cp package.json ./dist/package.json && cp README.md ./dist/README.md",
|
|
39
38
|
"serve": "npx http-server dist/ -p 3000"
|
|
40
39
|
},
|
|
@@ -78,6 +77,7 @@
|
|
|
78
77
|
"style-loader": "^4.0.0",
|
|
79
78
|
"ts-loader": "^9.5.2",
|
|
80
79
|
"ts-node": "^10.9.2",
|
|
80
|
+
"tsc-alias": "^1.8.16",
|
|
81
81
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
82
82
|
"typescript": "^5.8.3",
|
|
83
83
|
"url-loader": "^4.1.1",
|