-
Notifications
You must be signed in to change notification settings - Fork 179
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "react-swipe-example",
"version": "1.0.0",
"description": "React swipe example",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve"
},
"author": "Felix Liu",
"license": "MIT",
"repository": "lyfeyaj/swipe",
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"swipejs": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"autoprefixer-loader": "^3.1.0",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.0",
"eslint": "^7.21.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.2",
"null-loader": "^4.0.1",
"resolve-url-loader": "^3.1.2",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
}
}