-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
103 lines (103 loc) · 2.7 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "@abcnews/aunty",
"version": "15.0.3",
"description": "A toolkit for working with ABC News projects",
"repository": "abcnews/aunty",
"license": "MIT",
"contributors": [
"Colin Gourlay <gourlay.colin@abc.net.au>",
"Simon Elvery <elvery.simon@abc.net.au>",
"Joshua Byrd <byrd.joshua@abc.net.au>",
"Ash Kyd <kyd.ashley@abc.net.au>",
"Nathan Hoad"
],
"scripts": {
"postinstall": "node scripts/postinstall.js",
"release": "release-it",
"test": "jest test/test.js"
},
"files": [
"assets",
"scripts",
"src",
"ts"
],
"publishConfig": {
"access": "public"
},
"bin": {
"aunty": "src/bin/aunty.js",
"nt": "src/bin/aunty.js"
},
"main": "src/api",
"engines": {
"node": ">=16"
},
"dependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.10.4",
"await-to-js": "^3.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.1.0",
"babel-loader": "^8.2.2",
"basic-ftp": "^5.0.2",
"chalk": "^4.1.2",
"cli-select": "^1.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"csv-loader": "^3.0.3",
"deepmerge": "^4.0.0",
"del": "^6.0.0",
"dotenv": "^16.0.3",
"dotenv-webpack": "^8.0.1",
"execa": "^5.0.0",
"fork-ts-checker-webpack-plugin": "^6.2.1",
"ftp-deploy": "^2.3.8",
"get-all-paths": "^1.0.1",
"guess-root-path": "^1.0.0",
"i": "^0.3.6",
"import-lazy": "^4.0.0",
"import-local": "^3.0.2",
"jest": "^26.4.1",
"load-json-file": "^6.2.0",
"log-symbols": "^4.0.0",
"make-dir": "^3.0.0",
"mem": "^8.1.0",
"mini-css-extract-plugin": "^1.4.1",
"minimist": "^1.2.5",
"node-fetch": "^2.6.0",
"ora": "^5.0.0",
"pify": "^5.0.0",
"prettier": "^2.0.5",
"requireg": "^0.2.2",
"rsyncwrapper": "^3.0.1",
"sass": "^1.26.10",
"sass-loader": "^11.0.1",
"semver": "^7.3.2",
"style-loader": "^2.0.0",
"svelte": "^4.2.8",
"svelte-loader": "^3.1.9",
"svelte-preprocess": "^5.1.1",
"tcp-ping-sync": "^1.0.0",
"typescript": "^5.3.2",
"update-notifier": "^6.0.2",
"webpack": "^5.33.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^4.6.0",
"write-json-file": "^4.2.0",
"yeoman-environment": "^3.2.0",
"yeoman-generator": "^5.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.10",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^8.2.0",
"release-it": "^15.1.4",
"yeoman-automation-adapter": "^2.0.0"
}
}