-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·55 lines (55 loc) · 1.68 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
{
"title": "Shaka Token",
"name": "shaka.friendsfingers.com",
"version": "1.0.0",
"description": "Shaka (HAK) | The Token for a new way crowdfunding",
"scripts": {
"lint:vue": "eslint .vuepress --ext .vue,.js",
"lint:vue:fix": "eslint .vuepress --ext .vue,.js --fix",
"lint": "eslint .vuepress",
"lint:fix": "eslint .vuepress --fix",
"dev": "vuepress dev",
"build": "vuepress build",
"deploy": "vuepress build && sh scripts/deploy.sh"
},
"keywords": [],
"bugs": {
"url": "https://github.com/FriendsFingers/shaka.friendsfingers.com/issues"
},
"license": "MIT",
"author": "FriendsFingers (https://www.friendsfingers.com/)",
"contributors": [
{
"name": "Vittorio Minacori",
"url": "https://github.com/vittominacori"
}
],
"repository": {
"type": "git",
"url": "https://github.com/FriendsFingers/shaka.friendsfingers.com.git"
},
"dependencies": {
"web3": "0.20.6"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.13",
"@fortawesome/free-brands-svg-icons": "^5.7.0",
"@fortawesome/free-regular-svg-icons": "^5.7.0",
"@fortawesome/free-solid-svg-icons": "^5.7.0",
"@fortawesome/vue-fontawesome": "^0.1.5",
"@saeris/vue-spinners": "^1.0.8",
"babel-eslint": "^10.0.1",
"bootstrap-vue": "^2.0.0-rc.11",
"eslint": "^5.12.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"vee-validate": "^2.1.5",
"vue-eslint-parser": "^5.0.0",
"vuepress": "^0.14.8"
}
}