-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "video-compare",
"version": "1.6.0",
"description": "Play browsertime/webpagetest videos side-by-side",
"scripts": {
"build": "rm -fr ./dist && NODE_ENV=production webpack --mode production",
"lint": "eslint src/**/*.jsx",
"start": "NODE_ENV=development webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/preset-react": "^7.0.0",
"@relative-ci/agent": "1.3.0",
"autoprefixer": "^9.4.5",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-lodash": "^3.3.4",
"bundle-stats": "^1.2.1",
"copy-webpack-plugin": "^5.0.0",
"css-loader": "^3.0.0",
"dotenv": "^8.0.0",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"html-webpack-plugin": "^4.0.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss": "^7.0.13",
"postcss-loader": "^3.0.0",
"stats-webpack-plugin": "^0.7.0",
"style-loader": "^1.0.0",
"stylelint": "^13.1.0",
"stylelint-config-standard": "^19.0.0",
"webpack": "^4.36.1",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.7.2",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"ganalytics": "^3.1.1",
"lodash": "^4.17.20",
"preact": "^10.5.7",
"react": "^16.6.2",
"react-dom": "^16.6.2",
"url-search-params-polyfill": "^8.0.0"
}
}