-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 1006 Bytes
/
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
{
"name": "monadic-party",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "mkdir dist; cp -r src/* dist && webpack",
"dev": "mkdir dist; cp -r src/* dist && webpack-dev-server"
},
"author": "Michal Kawalec <michal@monad.cat>",
"license": "ISC",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^3.0.6",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"scroll-to-element": "^2.0.0",
"simplegrid": "^1.0.2",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"val-loader": "^1.1.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}