-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.98 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.98 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
64
65
{
"name": "ani-friend",
"version": "1.1.18",
"description": "A tool that makes animations a breeze.",
"main": "lib/ani-friend.min.js",
"scripts": {
"build": "webpack -p --env.production",
"watch": "webpack-dev-server --env.development",
"bump": "npm version patch"
},
"repository": {
"type": "git",
"url": "https://github.com/UseAllFive/ani-friend.git"
},
"keywords": [],
"author": "Jason Farrell (https://useallfive.com/)",
"contributors": [
{
"name": "Samantha Combs",
"email": "samantha@useallfive.com"
},
{
"name": "Bret Morris",
"email": "bret@useallfive.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/UseAllFive/ani-friend/issues"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.0",
"babel-loader": "^8.0.4",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-istanbul": "^5.2.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"clean-webpack-plugin": "^1.0.0",
"copy-webpack-plugin": "^4.6.0",
"element-closest": "^3.0.1",
"eslint": "^5.15.3",
"eslint-config-google": "^0.12.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-lit": "^1.1.1",
"eslint-plugin-prettier": "^3.1.0",
"gsap": "^2.1.3",
"html-webpack-plugin": "^3.2.0",
"path": "^0.12.7",
"prettier": "^1.15.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.4.1",
"webpack-node-externals": "^1.7.2",
"yargs": "^13.3.0"
},
"peerDependencies": {
"@babel/polyfill": "^7.2.5",
"element-closest": "^3.0.1",
"gsap": "^2.1.3",
"browser-sync-webpack-plugin": "^2.2.2"
}
}