-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.82 KB
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
{
"name": "morfix",
"version": "1.0.0",
"description": "Chrome extension built on react for Morfix-Hebrew English Dictionary&Translator Support.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000 './test/**/*.spec.js' --require @babel/register --require @babel/polyfill",
"build:dev": "webpack --config webpack/webpack.dev.config.js",
"build:prod": "webpack --config webpack/webpack.prod.config.js",
"watch": "webpack --config webpack/webpack.dev.config.js --watch",
"deploy": "npm run build:prod && node deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adidi/morfix.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adidi/morfix/issues"
},
"homepage": "https://github.com/Adidi/morfix#readme",
"dependencies": {
"axios": "^0.18.0",
"classnames": "^2.2.6",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"archiver": "^3.0.0",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"cheerio": "^1.0.0-rc.2",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"mini-css-extract-plugin": "^0.5.0",
"mocha": "^6.1.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"progress-bar-webpack-plugin": "^1.12.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.3",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-merge": "^4.2.1"
}
}