-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.21 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.21 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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "dictionary-chrome-plugin",
"version": "0.0.1",
"description": "",
"main": "",
"dependencies": {
"mustache": "^2.3.2",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-arrow-functions": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.7",
"@babel/preset-env": "^7.0.0",
"@babel/runtime-corejs2": "^7.0.0",
"autoprefixer": "^6.4.0",
"babel-loader": "^8.0.0",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-helper": "0.0.6",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.9.0",
"browserslist": "^1.3.6",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "5.1.1",
"css-loader": "^3.0.0",
"eslint": "^5.12.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-import-resolver-webpack": "^0.12.0",
"eslint-plugin-import": "^2.15.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^5.0.2",
"mustache-loader": "^1.4.3",
"node-sass": "^7.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"path-chunk-webpack-plugin": "^1.2.0",
"postcss": "^7.0.36",
"postcss-loader": "^3.0.0",
"precss": "^1.4.0",
"pug": "^2.0.4",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.0",
"rewire-webpack": "^1.0.1",
"sass-loader": "^7.1.0",
"strip-loader": "0.1.2",
"style-loader": "^1.1.1",
"svg-url-loader": "^3.0.3",
"svgo": "^1.3.2",
"svgo-loader": "^2.2.1",
"uglify-js": "3.2.2",
"url-loader": "^1.1.2",
"webpack": "4.17.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.10",
"webpack-notifier": "^1.5.0",
"webpack-sources": "1.1.0",
"ws": "^3.3.3"
},
"scripts": {
"watch": "node_modules/.bin/webpack --watch",
"test:api:lingvo": "newman run dictionaries/lingvo/postman_abby.json -e dictionaries/lingvo/postman_env_abby.json",
"test:jasmine": "babel-node spec/run.js",
"test:watch": "karma start carma.conf.js"
},
"author": "",
"license": "ISC"
}