-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "tucmc-auth",
"version": "0.3.8",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"description": "Easily secure your website with TUCMC's authentication system.",
"scripts": {
"build": "rollup -c"
},
"keywords": [
"tucmc",
"tucmc-auth",
"triamudom"
],
"homepage": "https://github.com/triamudomcmc/tucmc-auth",
"author": "Triam Udom Clubs Management Committee <clubs@triamudom.ac.th>",
"repository": "triamudomcmc/tucmc-auth",
"license": "MIT",
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.0",
"prettier": "^2.7.1"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@rollup/plugin-babel": "^6.0.2",
"@types/node": "^16.6.2",
"@types/react": "^17.0.19",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"react": "17.0.2",
"rollup": "^3.3.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.3.5"
}
}