-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "marketing-tools-list",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "./node_modules/.bin/webpack",
"prod": "./node_modules/.bin/webpack -p",
"dev": "./node_modules/.bin/webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notAPanda/mtl.git"
},
"author": "Maciej Loch",
"license": "ISC",
"bugs": {
"url": "https://github.com/notAPanda/mtl/issues"
},
"homepage": "http://notapanda.github.io/mtl/",
"devDependencies": {
"babel-core": "^6.3.21",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"bootstrap": "^4.0.0-alpha.2",
"css-loader": "^0.23.0",
"es6-template-string-loader": "^1.0.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-babel": "^3.0.0",
"handlebars-loader": "^1.1.4",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}