-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "nextjs-solosec",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/mconnor/nextjs-solosec.git"
},
"scripts": {
"dev": "next -p 4000",
"build": "next build && next export",
"serve": "browser-sync start --server --files 'css/*.css' --ss 'out/'",
"start": "next start -p 4000",
"lint": "next lint"
},
"dependencies": {
"framer-motion": "^1.11.1",
"js-cookie": "^2.2.1",
"next": "12",
"next-manifest": "^3.0.1",
"quicklink": "^2.0.0",
"react": "latest",
"react-dom": "latest",
"react-icons": "^3.10.0",
"react-is": "^16.13.1",
"react-swipeable": "^5.5.1",
"styled-components": "^5.3.5",
"styled-media-query": "^2.1.2"
},
"license": "ISC",
"devDependencies": {
"@types/js-cookie": "^2.2.6",
"@types/node": "^14.0.1",
"@types/react": "^16.14.25",
"@types/react-dom": "^16.9.15",
"@types/resize-observer-browser": "^0.1.3",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^1.10.7",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"typescript": "^4.6.4"
}
}