-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
{
"name": "saltyaom-webring",
"author": {
"name": "SaltyAom",
"url": "https://github.com/SaltyAom"
},
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start",
"analyze": "ANALYZE=true next build",
"export": "next export",
"test": "jest",
"lint": "eslint 'src/**/*.{ts,tsx}'"
},
"dependencies": {
"1-classname": "^1.0.0",
"framer-motion": "^3.2.1",
"jotai": "^0.12.5",
"next": "10.0.4",
"next-ga": "^2.3.4",
"preact": "^10.5.9",
"react": "npm:@preact/compat",
"react-dom": "npm:@preact/compat",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"twind": "^0.11.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.4",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@testing-library/dom": "^7.29.1",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.20",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"@webdeb/next-styles": "^1.1.1",
"autoprefixer": "^9",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-react": "^0.0.4",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"next-compose-plugins": "^2.2.1",
"next-offline": "^5.0.3",
"next-plugin-preact": "^3.0.3",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^7",
"postcss-preset-env": "^6.7.0",
"preact-render-to-string": "^5.1.12",
"sass": "^1.32.2",
"scheduler": "^0.20.1",
"typescript": "^4.1.3"
},
"resolutions": {
"lodash": "latest",
"css-loader": "1.0.1"
},
"browserslist": "> 0.6%, not dead, not IE 11"
}