-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 971 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 971 Bytes
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
{
"name": "anarchy",
"private": true,
"version": "1.0.1",
"description": "",
"main": "index.js",
"dependencies": {
"ace-css": "^1.1.0",
"bootstrap": "^4.1.3",
"file-loader": "^2.0.0",
"font-awesome": "^4.7.0",
"pdfjs-dist": "^2.0.489"
},
"devDependencies": {
"css-loader": "^1.0.0",
"elm-format": "^0.8.0",
"elm-hot-loader": "^0.5.4",
"elm-webpack-loader": "^5.0.0",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7"
},
"scripts": {
"preinstall": "npm i -g elm@0.18.0 && elm package install",
"build": "webpack --config webpack.production.config.js",
"watch": "webpack --watch",
"dev": "webpack-dev-server --port 8080",
"errors": "webpack --display-error-details"
},
"author": "Nicolas 'bodison' Swoboda",
"license": "GPL-3.0-only"
}