-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
{
"name": "react-explode",
"version": "2.0.1",
"description": "explosion motion components built with react and gsap",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx babel src --out-dir .",
"watch": "npx babel src --out-dir . --watch",
"clean": "rm -rf node_modules/ package-lock.json yarn-error.log yarn.lock *.js"
},
"repository": "https://github.com/bigfanjs/react-explode",
"keywords": [
"react",
"explosion",
"fireworks",
"splash",
"motion"
],
"author": "Adel Jojo <[email protected]>",
"license": "ISC",
"dependencies": {
"eases": "^1.0.8",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.16.0",
"eslint-watch": "^7.0.0",
"gsap": "^3.0.4",
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.3",
"@babel/preset-es2017": "^7.0.0-beta.53",
"@babel/preset-react": "^7.6.3",
"babel-eslint": "^10.0.3",
"eslint": "^7.3.1",
"eslint-plugin-react-hooks": "^4.0.4"
}
}