-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.81 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
55
56
57
58
59
{
"name": "pipeline-changesets-web",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws4-tiny": "^1.0.0",
"bootstrap": "^4.1.1",
"corejs": "^1.0.0",
"diff": "^4.0.1",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-diff-view": "^2.0.2",
"react-dom": "^16.6.3",
"refractor": "^2.7.0",
"url-lite": "^1.0.2",
"whatwg-fetch": "^3.0.0"
},
"sideEffects": false,
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack-dev-server --config webpack.dev.js",
"analyze": "webpack --profile --json --config webpack.prod.js > dist/stats.json && webpack-bundle-analyzer dist/stats.json",
"test": "echo done"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0-0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.0",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.4",
"css-loader": "^2.1.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.10.0",
"exports-loader": "^0.7.0",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.10.0",
"raw-loader": "^1.0.0",
"react-svg-loader": "^2.1.0",
"sass-loader": "^7.0.1",
"source-map-loader": "^0.2.3",
"style-loader": "^0.23.0",
"webpack": "^4.25.1",
"webpack-bundle-analyzer": "^3.0.0",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.1.10",
"webpack-merge": "^4.1.2"
}
}