-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "arts-et-medias",
"description": "Discoveries, references, critical content, and resources on Media Art.",
"author": "Mat Janson Blanchet <mat.jb@jansensan.net>",
"license": "MIT",
"version": "6.1.3",
"main": "app.js",
"engines": {
"node": "16"
},
"scripts": {
"start": "node app.js",
"dev": "brunch watch --server",
"build": "brunch build --production",
"bundle": "APOS_BUNDLE=1 node app apostrophe:generation",
"lint": "eslint .",
"lint:fix": "eslint --fix"
},
"dependencies": {
"accept-language": "3.0.18",
"apostrophe": "2.223.1",
"apostrophe-db-mongo-3-driver": "2.0.1",
"apostrophe-rich-text-permalinks": "2.0.5",
"apostrophe-workflow": "2.40.2",
"citation-js": "0.6.6",
"dotenv": "8.2.0",
"focus-visible": "5.2.0",
"lodash": "4.17.21",
"moment": "2.29.4"
},
"devDependencies": {
"apostrophe-monitor": "^2.1.0",
"babel-brunch": "^7.0.1",
"brunch": "^4.0.2",
"chalk": "^4.1.2",
"core-js": "^3.27.2",
"eslint": "^8.33.0",
"globby": "^11.1.0",
"sass-brunch": "^3.0.1",
"terser-brunch": "^4.1.0"
},
"nodemonConfig": {
"verbose": true,
"ignore": [
"lib/modules/*/public/js/*.js",
"locales/*.json",
"public/modules/**/*.less",
"public/modules/**/*.js",
"public/uploads",
"public/apos-minified/*.js",
"public/css/master-*.less",
"data"
],
"ext": "json, js, html, less"
}
}