-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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": "@elementary/appcenter-dashobard",
"version": "0.1.0",
"description": "Developer dashboard for publishing to AppCenter",
"license": "MIT",
"private": true,
"repository": {},
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode production",
"lint:js": "standard",
"lint:css": "stylelint styles/**/*.scss"
},
"dependencies": {
"nprogress": "^0.2.0",
"phoenix": "file:../deps/phoenix",
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^3.0.2",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^2.1.0",
"sass": "^1.0.0",
"sass-loader": "^12.1.0",
"standard": "^16.0.3",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^22.0.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2"
}
}