-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "othlo_calendar",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server --hot --inline",
"dist": "webpack -p -d --progress",
"viewdist": "light-server -s . -p 7000",
"lint": "eslint --ext .js,.es6,.html src/*",
"start": "go run server/main.go"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OthloTech/OthloCalendar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OthloTech/OthloCalendar/issues"
},
"homepage": "https://github.com/OthloTech/OthloCalendar#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015-riot": "^1.1.0",
"concurrently": "^3.1.0",
"jade": "^1.11.0",
"material-design-lite": "^1.2.1",
"materialize-css": "^0.97.8",
"materialize-loader": "^1.1.1",
"pug": "^2.0.0-beta6",
"riot": "^3.0.1",
"riot-mui": "0.0.17",
"riotcontrol": "0.0.3",
"riotjs-loader": "^3.0.0",
"scss-loader": "0.0.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}