forked from pawelmatyjasik/chrome-gestures
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 781 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 781 Bytes
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
{
"name": "chrome-overscroll-history-navigation-gestures",
"version": "1.0.0",
"description": "Chrome Overscroll History Navigation Gestures Plugin",
"author": "Jiexi Luan",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/node": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"copyfiles": "^2.1.0",
"css-loader": "^1.0.0",
"jasmine": "^3.2.0",
"prettier": "^2.1.2",
"rxjs": "^6.4.0",
"style-loader": "^0.23.1",
"webpack": "^4.21.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"package": "webpack && yarn run copy",
"copy": "copyfiles --flat manifest.json dist/",
"prettier": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,json}\""
}
}