-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 KB
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
{
"name": "linear-buildr",
"version": "1.0.0",
"description": "linear-buildr",
"author": "liquefy",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"analyze": "nuxt build --analyze",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/style-resources": "^1.0.0",
"@types/crypto-js": "^3.1.47",
"@types/lz-string": "^1.3.34",
"@walletconnect/web3-provider": "^1.2.1",
"clipboard": "^2.0.6",
"cross-env": "^5.2.0",
"date-fns": "^2.15.0",
"echarts": "^4.8.0",
"ethers": "^5.0.17",
"graph-results-pager": "~1.0.0",
"graphql": "14.5.8",
"jquery": "^3.4.1",
"koa": "^2.6.2",
"lodash": "^4.17.15",
"numbro": "^2.3.1",
"nuxt": "^2.0.0",
"pubsub-js": "^1.9.2",
"secure-ls": "^1.2.6",
"view-design": "^4.2.0-rc.1",
"vue-echarts": "^5.0.0-beta.0",
"vue-i18n": "^8.18.2",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@types/node": "12.12.54",
"babel-plugin-import": "^1.13.0",
"babel-plugin-lodash": "^3.3.4",
"lodash-webpack-plugin": "^0.11.5",
"node-sass": "^4.13.1",
"nodemon": "^1.18.9",
"sass-loader": "^8.0.2"
},
"browserslist": [
"last 3 version",
"> 1%",
"iOS >= 8",
"Firefox >= 20",
"Android > 4.4"
]
}