This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
55
56
{
"author": "Michael Marszalek",
"name": "ot-dash",
"version": "1.0.0",
"description": "Informationscreen for Olavstoppen",
"main": "index.js",
"scripts": {
"test": "elm-test",
"start": "npm run dev",
"dev": "webpack-dev-server --hot --colors --port 4000",
"build": "webpack",
"prod": "webpack -p"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^2.0.0",
"dotenv": "^6.2.0",
"dotenv-webpack": "^1.6.0",
"elm": "^0.19.1-3",
"elm-format": "^0.8.2",
"elm-hot-webpack-loader": "^1.0.2",
"elm-minify": "^2.0.0",
"elm-test": "^0.19.1",
"elm-verify-examples": "^3.0.1",
"elm-webpack-loader": "^5.0.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"stylelint": "^11.1.1",
"stylelint-config-recommended-scss": "^4.0.0",
"stylelint-scss": "^3.12.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"animate.css": "^3.7.0",
"modern-normalize": "^0.5.0"
},
"prettier": {
"tabWidth": 2
}
}