-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
53 lines (53 loc) · 1.28 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
{
"name": "sdr-news",
"version": "1.0.0",
"description": "Web Design and Develepment News (news.superdevresources.com)",
"author": "Kanishk Kunal",
"license": "MIT",
"dependencies": {
"axios": "^0.16.1",
"firebase": "^4.0.0",
"lodash": "^4.17.4",
"mmcss": "^0.3.3",
"vue": "^2.3.3",
"vue-router": "^2.5.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.23.0",
"babelify": "^7.3.0",
"mmpilot": "^0.6.3",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"pug": "^2.0.0-rc.1",
"uglifyify": "^3.0.4",
"vueify": "^9.4.1"
},
"scripts": {
"clean": "mmpilot clean",
"build": "mmpilot build",
"serve": "mmpilot serve",
"dev-build": "mmpilot build -d",
"dev-watch": "mmpilot watch -d",
"dev": "npm-run-all clean dev-build --parallel dev-watch serve"
},
"browserify": {
"transform": [
"vueify",
"babelify"
]
},
"engines": {
"node": ">=4.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/super-dev/SDR-News.git"
},
"bugs": {
"url": "https://github.com/super-dev/SDR-News/issues"
},
"homepage": "https://news.superdevresources.com/"
}