-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.52 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.52 KB
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
{
"author": "Arie Milner",
"name": "viva-doc",
"version": "0.0.1",
"description": "the viva-doc web client",
"main": "index.js",
"scripts": {
"test": "elm-test",
"start": "npm run dev",
"dev": "webpack-dev-server --hot --colors --port 8080",
"build": "webpack",
"prod": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amilner42/meen-kickstarter"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"bulma": "^0.7.2",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^2.0.0",
"elm": "^0.19.0-bugfix2",
"elm-hot-webpack-loader": "^1.0.2",
"elm-test": "^0.19.0-beta10",
"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.9.3",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"ace-builds": "^1.4.4"
},
"prettier": {
"tabWidth": 4
}
}