-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.44 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.44 KB
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
{
"name": "murphyjs",
"version": "2.5.2",
"main": "dist/index.js",
"license": "MIT",
"files": [
"dist",
"README.md",
"logo.png"
],
"scripts": {
"dev": "rm -rf .next && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:lib": "webpack --mode production",
"build:docs": "next build",
"export:lib": "npm run build:lib && npm pack"
},
"dependencies": {
"bezier-easing": "^2.1.0",
"next": "^14.1.0",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.9",
"@babel/preset-typescript": "^7.23.9",
"@types/node": "^20.11.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^13.0.0",
"css-loader": "^6.10.0",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"keywords": [
"animation",
"scroll",
"intersection-observer",
"web-animations",
"reveal",
"fade",
"transition",
"javascript",
"library",
"frontend",
"effects",
"murphyjs"
]
}