forked from openstad/openstad-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "openstad-frontend",
"version": "1.0.0",
"description": "Openstad frontent project including openstad frontend packages\"",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Amsterdam/openstad-frontend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Amsterdam/openstad-frontend/issues"
},
"homepage": "https://github.com/Amsterdam/openstad-frontend#readme",
"dependencies": {
"@openstad/cms": "file:packages/cms",
"apostrophe": "2.222.0",
"apostrophe-area-structure": "^1.1.1",
"apostrophe-blog": "^2.1.2",
"apostrophe-palette": "^2.0.30",
"apostrophe-workflow": "2.40.0",
"applicationinsights": "^3.1.0",
"deepl-node": "^1.7.1",
"dotenv": "^8.2.0",
"file-type": "^16.5.4",
"memory-cache": "^0.2.0",
"merge": "^2.1.1",
"morgan": "^1.10.0",
"npm": "^8.16.0",
"query-string": "^6.13.8",
"svg-captcha": "^1.4.0"
},
"devDependencies": {
"lerna": "^4.0.0"
}
}