forked from andresusanto/i-dont-have-time-for-bamboo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1007 Bytes
/
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
{
"name": "i-dont-have-time-for-bamboo",
"version": "1.0.0",
"description": "i-dont-have-time-for-bamboo",
"main": "index.js",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"clean": "rimraf dist",
"test": "npx jest",
"style": "prettier --write \"src/**/*.{ts,tsx}\""
},
"author": "Andre Susanto <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/chrome": "0.0.143",
"@types/jest": "^26.0.24",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"copy-webpack-plugin": "^6.1.0",
"glob": "^7.1.6",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"rimraf": "^3.0.2 ",
"ts-jest": "^26.5.5",
"ts-loader": "^6.2.1",
"typescript": "~3.8.3 ",
"webpack": "^4.44.1",
"webpack-cli": "~3.3.11",
"webpack-merge": "~4.2.2"
}
}