-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "react-anim-kit",
"version": "1.0.19",
"description": "Contains animation helpers for React",
"main": "build/index.js",
"dependencies": {
"classnames": "2.2.6",
"react": "16.13.1",
"webpack": "4.42.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack --mode=production"
},
"author": {
"name": "Fredrik Strand Oseberg",
"email": "[email protected]"
},
"devDependencies": {
"@babel/cli": "7.8.4",
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-object-rest-spread": "7.9.0",
"@babel/plugin-transform-react-jsx": "7.9.4",
"@babel/preset-env": "7.9.0",
"@babel/preset-react": "7.9.4",
"webpack": "4.42.1",
"react": "16.13.1",
"babel-loader": "8.1.0",
"prop-types": "15.7.2",
"webpack-cli": "3.3.11"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FredrikOseberg/react-anim-kit"
}
}