forked from skillbert/alt1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.69 KB
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
{
"name": "@runeapps/alt1",
"runeappsRootPackage": true,
"private": true,
"scripts": {
"build": "lerna run build -- -- --env prod",
"pretty-build": "lerna run build -- -- --env nougly",
"start": "lerna run build -- -- --watch",
"typesold": "tsc -p tsconfig-types.json & node -r ./scripts/ts ./scripts/copytypes",
"clean": "node -r ./scripts/ts ./scripts/clean",
"build-release": "npm run clean & npm run build",
"publish": "lerna publish"
},
"devDependencies": {
"@alt1/base": "file:./alt1/base",
"@alt1/font-loader": "file:./alt1/font-loader",
"@alt1/imagedata-loader": "file:./alt1/imagedata-loader",
"@alt1/ocr": "file:./alt1/ocr",
"@types/acorn": "^4.0.6",
"@types/glob": "^5.0.35",
"@types/node": "^8.10.66",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/sharp": "^0.27.1",
"@types/terser-webpack-plugin": "^4.0.0",
"@types/webpack": "^5.28.0",
"@types/webpack-env": "^1.16.2",
"@types/webpack-node-externals": "^2.5.0",
"acorn": "^8.5.0",
"acorn-walk": "^8.2.0",
"css-loader": "^6.2.0",
"glob": "^7.1.2",
"json-loader": "^0.5.7",
"lerna": "^4.0.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"tsconfig-paths": "^3.6.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"typescript": "^4.2.3",
"url-loader": "^4.1.1",
"webpack": "^5.52.1",
"webpack-chain": "^6.5.1",
"webpack-cli": "^4.8.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^4.2.0",
"webpack-hot-middleware": "^2.22.3",
"webpack-node-externals": "^2.5.2"
},
"sideEffects": [
"./alt1/base/imagedata-extensions.ts"
],
"dependencies": {
"canvas": "^2.8.0",
"sharp": "^0.29.0"
}
}