-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
34 lines (34 loc) · 925 Bytes
/
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
{
"name": "reactpathmenu",
"version": "0.0.1",
"description": "Path fan menu recreted in using React Motion",
"main": "app.js",
"scripts": {
"start": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nash Vail",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.23.7",
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-loader": "^9.1.3",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.11.0",
"lodash.range": "^3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-motion": "0.5.2",
"webpack": "^5.89.0"
},
"devDependencies": {
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/preset-env": "^7.23.8",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/preset-react": "^7.23.3",
"@babel/preset-stage-2": "^7.8.3",
"webpack-cli": "^5.1.4"
}
}