forked from CultureHQ/react-tenor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.62 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "react-tenor",
"version": "1.4.0",
"description": "Integrate with the Tenor GIF API",
"main": "dist/Tenor.js",
"types": "dist/Tenor.d.ts",
"scripts": {
"compile": "tsc --noEmit",
"docs": "webpack --mode production",
"lint": "chq-scripts lint",
"prepublishOnly": "rm -rf dist && yarn tsc --declaration && cp src/styles.css dist/styles.css",
"start": "webpack-dev-server --mode development --hot",
"test": "chq-scripts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CultureHQ/react-tenor.git"
},
"author": "Kevin Deisz",
"license": "MIT",
"bugs": {
"url": "https://github.com/CultureHQ/react-tenor/issues"
},
"homepage": "https://github.com/CultureHQ/react-tenor#readme",
"peerDependencies": {
"react": "^16",
"react-dom": "^16"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.6.0",
"@culturehq/scripts": "^4.0.2",
"@types/enzyme": "^3.10.3",
"@types/jest": "^24.0.18",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.5",
"css-loader": "^3.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"style-loader": "^1.0.0",
"typescript": "^3.6.2",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.8.0"
}
}