-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "tiles",
"description": "Fast paced tetris single player game with several numbering challenges",
"version": "0.1.1",
"license": "MIT",
"author": "Luís Antunes",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/luisantunes/tiles.git"
},
"scripts": {
"start": "webpack-dev-server --port 3000 --hot --inline --content-base src/",
"build": "rimraf dist && webpack",
"watch": "webpack --watch"
},
"devDependencies": {
"autoprefixer": "^6.5",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.25.0",
"elm": "^0.18.0",
"elm-hot-loader": "^0.3.4",
"elm-webpack-loader": "^3.0.6",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.22.0",
"node-sass": "^3.10.1",
"postcss-loader": "^0.13.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^0.14.1"
}
}