-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.08 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
{
"name": "tweet2img",
"version": "0.0.0",
"description": "## .env",
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.19.0",
"fp-ts": "^2.0.3",
"normalize.css": "^8.0.1",
"rbx": "^2.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"dotenv": "^8.0.0"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/html-webpack-plugin": "^3.2.1",
"@types/node": "^12.6.8",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.5",
"@types/react-router-dom": "^4.3.4",
"cross-env": "^5.2.0",
"css-loader": "^3.1.0",
"html-webpack-plugin": "^3.2.0",
"inline-source-map": "^0.6.2",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"ts-node": "^8.3.0",
"tsconfig-paths": "^3.8.0",
"tslint": "^5.18.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3",
"url-loader": "^2.1.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2"
},
"scripts": {
"start": "firebase serve",
"deploy": "firebase deploy",
"build:prod": "env MODE=production cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack.config.ts --mode production",
"build:test": "env MODE=test cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack.config.ts --mode production",
"build:dev": "env MODE=development cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --config webpack.config.ts --mode development",
"build:functions": "npm run --prefix functions build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/entyo/tweet2img.git"
},
"author": "e_ntyo",
"license": "MIT",
"bugs": {
"url": "https://github.com/entyo/tweet2img/issues"
},
"homepage": "https://github.com/entyo/tweet2img#readme"
}