-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "squidex",
"version": "1.0.0",
"description": "Squidex Headless CMS",
"license": "MIT",
"repository": "https://github.com/SebastianStehle/Squidex",
"scripts": {
"start": "webpack-dev-server --config app-config/webpack.config.js --inline --port 3000 --hot"
},
"dependencies": {
"bootstrap": "4.5.3"
},
"devDependencies": {
"css-loader": "5.0.0",
"cssnano": "4.1.10",
"file-loader": "6.1.1",
"html-loader": "1.3.2",
"html-webpack-plugin": "4.5.0",
"ignore-loader": "0.1.2",
"mini-css-extract-plugin": "1.0.0",
"node-sass": "4.14.1",
"optimize-css-assets-webpack-plugin": "5.0.4",
"postcss-import": "12.0.1",
"postcss-loader": "4.0.4",
"postcss-preset-env": "6.7.0",
"raw-loader": "4.0.2",
"sass-lint": "1.13.1",
"sass-lint-webpack": "1.0.3",
"sass-loader": "10.0.3",
"strip-ansi": "^6.0.0",
"style-loader": "2.0.0",
"sugarss": "3.0.1",
"webpack": "4.44.2",
"webpack-bundle-analyzer": "3.9.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
}
}