-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "active-sourcing-extension",
"version": "1.0.0",
"description": "description",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"clean": "rimraf dist",
"test": "jest"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/3runo/active-sourcing-extension"
},
"dependencies": {
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@svgr/webpack": "^5.0.1",
"@types/chai": "^4.2.7",
"@types/chrome": "0.0.91",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/jest": "^24.9.0",
"@types/jquery": "^3.3.30",
"@types/lodash": "^4.14.149",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.8",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/webpack-merge": "^4.1.5",
"babel-jest": "^24.9.0",
"copy-webpack-plugin": "^5.0.3",
"jest": "^24.9.0",
"jest-extended": "^0.11.2",
"rimraf": "^3.0.0",
"ts-jest": "^24.3.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webextension-polyfill": "0.6.0",
"webpack": "~4.41.5",
"webpack-cli": "~3.3.10",
"webpack-merge": "~4.2.1"
}
}