This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 2.12 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "re-id",
"version": "0.2.2",
"description": "The first step to own your own data.",
"main": "index.js",
"scripts": {
"dev": "webpack -w --mode development",
"build": "NODE_ENV=production webpack --mode production",
"prepare": "husky install"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NaturalSelectionLabs/Re-ID.git"
},
"keywords": [
"RSS3"
],
"license": "GPL-3.0",
"author": "NaturalSelectionLabs",
"bugs": {
"url": "https://github.com/NaturalSelectionLabs/Re-ID/issues"
},
"homepage": "https://github.com/NaturalSelectionLabs/Re-ID#readme",
"dependencies": {
"assert": "2.0.0",
"axios": "0.21.1",
"buffer": "6.0.3",
"crypto-browserify": "3.12.0",
"eth-crypto": "2.0.0",
"lodash": "4.17.21",
"moment": "2.29.1",
"postcss-nested": "5.0.6",
"process": "0.11.10",
"rss3": "0.5.0",
"stream-browserify": "3.0.0",
"typescript": "4.3.5",
"vue": "3.1.5",
"vue-class-component": "8.0.0-rc.1",
"vue-moment": "4.1.0"
},
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/preset-env": "7.17.10",
"@types/chrome": "0.0.150",
"@types/lodash": "4.14.182",
"@vue/compiler-sfc": "3.1.5",
"autoprefixer": "10.3.1",
"babel-loader": "8.2.2",
"copy-webpack-plugin": "9.0.1",
"css-loader": "6.2.0",
"cssnano": "5.0.7",
"html-webpack-plugin": "5.5.0",
"husky": "8.0.1",
"less-loader": "10.0.1",
"lint-staged": "12.4.1",
"postcss": "8.3.6",
"postcss-loader": "6.2.1",
"prettier": "2.3.2",
"tailwindcss": "2.2.7",
"terser-webpack-plugin": "5.1.4",
"ts-loader": "9.3.0",
"url-loader": "4.1.1",
"vue-loader": "16.4.1",
"vue-router": "4.0.12",
"vue-style-loader": "4.1.3",
"webpack": "5.72.0",
"webpack-cli": "4.7.2"
}
}