-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.39 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
{
"name": "nosana-vesting-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext \".js,.vue\" --ignore-path .gitignore . --ignore-pattern \"anchor/*\"",
"lint:fix": "eslint --ext \".js,.vue\" --ignore-path .gitignore . --ignore-pattern \"anchor/*\" --fix"
},
"overrides": {
"@streamflow/timelock": {
"@project-serum/anchor": "file:./../../../anchor"
}
},
"dependencies": {
"@project-serum/anchor": "file:anchor",
"@fortawesome/fontawesome-free": "6.1.1",
"@nuxtjs/axios": "5.13.6",
"@solana/spl-token": "0.2.0",
"@solana/wallet-adapter-base": "0.9.5",
"@solana/wallet-adapter-wallets": "0.16.1",
"@solana/web3.js": "1.43.4",
"@streamflow/timelock": "^0.3.2",
"atropos": "1.0.2",
"buffer-layout": "1.2.2",
"bulma": "0.9.4",
"bulma-tooltip": "3.0.2",
"core-js": "3.22.8",
"nuxt": "2.15.8",
"remove": "0.1.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.18.9",
"@creativebulma/bulma-tooltip": "1.2.0",
"@nuxtjs/eslint-config": "10.0.0",
"@nuxtjs/eslint-module": "3.1.0",
"dotenv": "16.0.1",
"eslint": "8.22.0",
"eslint-plugin-nuxt": "3.2.0",
"eslint-plugin-vue": "9.3.0",
"node-sass": "6.0.1",
"push-dir": "0.4.1",
"sass-loader": "10.2.1"
}
}