forked from SachsKaylee/helios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.77 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
{
"name": "helios",
"version": "0.3.0",
"description": "Helios CMS",
"main": "server/index.js",
"author": "Patrick Sachs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/PatrickSachs/helios.git"
},
"scripts": {
"docker": "npm run build && docker build . --tag patrick.sachs/helios && docker save patrick.sachs/helios > helios.tar",
"dev": "node --inspect ./server",
"start": "node ./server",
"build": "next build"
},
"devDependencies": {
"@types/react-intl": "^2.3.15"
},
"dependencies": {
"@babel/preset-env": "^7.3.4",
"@react-formilicious/bulma": "^2.0.1",
"@react-formilicious/core": "^2.0.1",
"@zeit/next-sass": "^1.0.1",
"ace-builds": "^1.4.3",
"axios": "^0.18.0",
"babel-plugin-module-resolver": "^3.1.2",
"babel-plugin-wrap-in-js": "^1.1.1",
"babel-polyfill": "^6.26.0",
"bulma": "^0.7.2",
"classnames": "^2.2.6",
"deep-equal": "^1.0.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-form-data": "^2.0.7",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"immutable": "^3.8.2",
"intl": "^1.2.5",
"intl-locales-supported": "^1.0.0",
"jodit": "^3.2.44",
"js-beautify": "^1.9.0",
"js-sha1": "^0.6.0",
"mdi-react": "^5.2.0",
"mime": "^2.4.0",
"mongoose": "^5.4.16",
"next": "^8.0.3",
"next-offline": "^3.3.6",
"next-routes": "^1.4.2",
"node-sass": "^4.11.0",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-intl": "^2.8.0",
"redoubt": "^2.0.2-rc1",
"striptags": "^3.1.1",
"truncate-html": "^1.0.1",
"useragent": "^2.3.0",
"web-push": "^3.3.3",
"winston": "^3.2.1"
}
}