-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "sandbox-server",
"description": "Run marko application in sandbox with razzle",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "razzle start",
"build": "yarn install && razzle build --noninteractive",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"@marko-tags/context": "^2.2.2",
"@marko/express": "^1.0.0",
"@multipple/extension-manager": "^0.0.4",
"@multipple/extension-tag": "^0.0.16",
"all-localstorage": "^1.0.1",
"assert": "^2.0.0",
"boxicons": "^2.1.1",
"compression": "^1.7.4",
"crypto-browserify": "^3.12.0",
"express": "^4.17.1",
"helmet": "^5.0.2",
"iframe.io": "^0.0.8",
"jquery": "^3.6.0",
"markojs-shared-state": "^0.3.0",
"moment": "^2.29.1",
"razzle": "4.1.0",
"stream-browserify": "^3.0.0",
"tracekit": "^0.4.6"
},
"devDependencies": {
"@marko/webpack": "6.2.9",
"babel-preset-razzle": "4.1.0",
"html-webpack-plugin": "^5.3.2",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.5.3",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^6.7.0",
"razzle-dev-utils": "4.1.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"webpack": "^5.50.0",
"webpack-dev-server": "^3.11.2"
},
"main": "src/index",
"author": "Fabrice Marlboro",
"repository": {
"type": "git",
"url": "git+https://github.com/multipple/marko-sandbox.git"
},
"license": "MIT"
}