-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"private": true,
"scripts": {
"preview": "open \"http://127.0.0.1:3000/\"",
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@simonwep/pickr": "^1.8.2",
"ace-builds": "github:ajaxorg/ace-builds",
"axios": "^0.25",
"babel-loader": "^8.2.4",
"biflora": "0.0.1-alpha.1",
"body-parser": "^1.15.0",
"bootstrap": "^5.0.2",
"bootstrap-icons": "^1.9.1",
"broccoli-html-editor": "github:broccoli-html-editor/broccoli-html-editor.git#develop",
"cheerio": "*",
"config": "^1.20.1",
"csv-loader": "^3.0.3",
"express": "^4.13.3",
"express-pickles2": "^2.0.0-beta.2",
"express-session": "^1.15.5",
"html-loader": "^0.5.5",
"iterate79": "^1.1.1",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.48",
"mocha": "^2.3.0",
"postcss": "^8.1.14",
"px2style": "github:pickles2/px2style#develop",
"raw-loader": "^4.0.2",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^12.6.0",
"stream-browserify": "^2.0.2",
"text-loader": "^0.0.1",
"twig-loader": "^0.5.5",
"url-parse": "^1.1.1"
}
}