-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.27 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
{
"name": "next-nookies-persist",
"version": "1.3.9",
"description": "Next.js persist cookie data with hooks",
"author": "harshzalavadiya",
"license": "MIT",
"repository": "harshzalavadiya/next-nookies-persist",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"keywords": [
"cookie",
"cookies",
"next",
"nextjs",
"js",
"persist",
"store",
"auth",
"destory",
"parse",
"create",
"nookies"
],
"dependencies": {
"nookies": "^2.4.0",
"sparkles": "^1.0.1"
},
"peerDependencies": {
"react": "^16.13.1"
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/core": "^7.11.6",
"@babel/runtime": "^7.11.2",
"@types/react": "^16.9.49",
"react": "^16.13.1",
"react-scripts": "^3.4.3",
"rollup": "^2.28.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-typescript2": "^0.27.3",
"rollup-plugin-url": "^3.0.1",
"typescript": "^4.0.3"
}
}