-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
executable file
·52 lines (52 loc) · 1.77 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
{
"name": "vipfs",
"version": "1.1.0",
"description": "VIPFS",
"main": "./src/index.js",
"author": "Anthony C. Budd",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+httpshttps://github.com/anthonybudd/vipfs.git"
},
"bugs": {
"url": "http://github.com/anthonybudd/vipfs/issues"
},
"scripts": {
"serve": "node server.js",
"build": "node node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"publish": "docker exec -ti ipfs sh /scripts/publish",
"archive": "node archive.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"axios": "^0.21.1",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.6.0",
"moment": "^2.29.1",
"node-sass": "^4.13.1",
"vue": "^2.6.12",
"vue-github-buttons": "^3.1.0",
"vue-moment": "^4.1.0",
"vue-notification": "^1.3.14",
"vue-router": "^3.5.1",
"vue-video-player": "^5.0.2",
"vuex": "^3.6.2",
"website-scraper": "^4.2.3"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"express": "^4.16.4",
"laravel-mix": "^5.0.4",
"resolve-url-loader": "^3.1.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
}
}