-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.13 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
{
"name": "lactf-platform-static",
"version": "1.0.0",
"description": "A static dump of the LACTF platform.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "preact build --src client/src --template client/index.html --dest dist --no-prerender --no-inline-css",
"watch": "cross-env NODE_ENV=development preact watch --src client/src --template client/index.html"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"@fontsource/poppins": "^5.0.8",
"@types/content-disposition": "0.5.3",
"@types/mailgun-js": "0.22.10",
"@types/mustache": "4.0.1",
"@types/nodemailer": "6.4.0",
"@types/pg": "7.14.5",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.0.0",
"@typescript-eslint/parser": "3.10.1",
"ava": "3.12.1",
"babel-eslint": "10.1.0",
"babel-plugin-transform-export-extensions": "6.22.0",
"cirrus-ui": "0.5.5",
"commitizen": "4.1.2",
"concurrently": "5.3.0",
"cpy-cli": "3.1.1",
"cross-env": "7.0.2",
"cz-conventional-changelog": "3.2.0",
"dotenv": "8.2.0",
"eslint": "7.6.0",
"eslint-config-preact": "1.1.1",
"eslint-config-standard": "14.1.1",
"eslint-plugin-ava": "10.5.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"faker": "5.1.0",
"get-port": "5.1.1",
"glob": "7.1.6",
"husky": "4.2.5",
"jss": "10.4.0",
"jss-camel-case": "6.1.0",
"jss-nested": "6.0.1",
"jss-plugin-global": "10.4.0",
"jss-vendor-prefixer": "8.0.1",
"linkstate": "1.1.1",
"lint-staged": "10.2.11",
"loader-utils": "2.0.0",
"nodemon": "2.0.4",
"nyc": "15.1.0",
"pascal-case": "3.1.1",
"pino-pretty": "4.1.0",
"preact": "10.4.7",
"preact-cli": "3.0.1",
"preact-markup": "2.0.0",
"preact-router": "3.2.1",
"purgecss-webpack-plugin": "2.3.0",
"snarkdown": "1.2.2",
"supertest": "4.0.2",
"svg-sprite-loader": "5.0.0",
"type-fest": "0.16.0",
"typescript": "3.9.7"
},
"packageManager": "[email protected]"
}