-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.37 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"homepage": "http://buraktekin.github.io/artizan",
"name": "artizan",
"version": "1.0.0",
"description": "An application that creates automatic posts in twitter which contains artistic patrimonies",
"main": "./src/index.js",
"scripts": {
"iamdesperate": "rm -rf node_modules && yarn",
"clear-build-cache": "rm -rf .cache/ build/",
"start": "parcel public/index.html",
"test": "yarn run test",
"build": "parcel build public/index.html --out-dir build --public-url /artizan",
"predeploy": "rm -rf build && yarn run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buraktekin/artizan.git"
},
"keywords": [
"art",
"twitter",
"reactjs",
"api",
"nodejs",
"metropolitan",
"museum",
"express"
],
"author": "Burak Tekin",
"license": "MIT",
"bugs": {
"url": "https://github.com/buraktekin/artizan/issues"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.9.2",
"@stardust-ui/docs-components": "^0.40.0",
"acorn": "^7.1.1",
"axios": "^0.19.2",
"babel-preset-env": "^1.7.0",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "^1.4.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^7.13.1",
"lodash": "^4.17.15",
"path": "^0.12.7",
"prettier": "^1.18.2",
"puppeteer": "^2.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router-dom": "^5.1.2",
"react-share": "^4.1.0",
"react-transition-group": "^4.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"twitter": "^1.7.1",
"ws": "^7.2.1"
},
"devDependencies": {
"cross-env": "^6.0.3",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"gh-pages": "^2.2.0",
"parcel-bundler": "^1.12.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 3 safari version"
]
}
}