-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
62 lines (62 loc) · 1.94 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "new-tab-vue",
"version": "1.0.0",
"description": "A modular new tab grid page made in Vue.js",
"main": "index.html",
"author": "umarsheikh13 <[email protected]> (http://umarsheikh.co.uk)",
"license": "MIT",
"scripts": {
"test": "NODE_ENV='test' mocha tests --compilers js:babel-core/register --timeout 10000",
"build": "NODE_ENV='production' webpack -p",
"watch": "webpack --watch",
"dev": "NODE_ENV='development' webpack-dev-server --content-base ./ --inline"
},
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.3.3",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.15",
"css-loader": "^0.26.1",
"csv-loader": "^2.0.2",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-webpack": "^0.8.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "2.0.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.26.0",
"image-webpack-loader": "^3.1.0",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"node-sass": "^4.1.1",
"postcss-loader": "^1.2.2",
"sass-loader": "^4.1.1",
"sass-mq": "^3.3.2",
"script-ext-html-webpack-plugin": "^1.7.1",
"scss-loader": "^0.0.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"axios": "^0.16.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"normalize.css": "^6.0.0",
"prayer-times": "^0.1.0",
"rss-parser": "^2.9.0",
"vue": "^2.2.6",
"vue-loader": "^11.3.4"
}
}