-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "floq-rank",
"description": "Blank-Rank ultimate ranking app",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/blankoslo/floq-rank"
},
"scripts": {
"start": "webpack-dev-server --hot --inline --content-base source/ --port 8002",
"build": "rimraf dist && webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"bootstrap-sass": "^3.3.6",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"elm": "0.18.0",
"elm-hot-loader": "^0.5.2",
"elm-ui": "0.4.3",
"elm-webpack-loader": "^3.0.6",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.3.0",
"font-awesome-webpack": "0.0.4",
"html-webpack-plugin": "^2.17.0",
"jquery": "^3.5.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"node-sass": "^4.13.1",
"postcss-loader": "^1.1.1",
"pty.js": "^0.3.1",
"rimraf": "^2.5.2",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.16.0"
},
"dependencies": {
"elm-ext-package": "^0.1.7"
}
}