-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
95 lines (95 loc) · 3.02 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "waka",
"version": "2.4.0",
"description": "A progressive web app for Auckland & Wellington Public Transport.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "cross-env NODE_ENV=production webpack --progress --colors --mode production",
"watch": "webpack-dev-server --mode development",
"watch:live": "cross-env NODE_ENV=devlive webpack-dev-server --mode development",
"watch:uat": "cross-env NODE_ENV=devuat webpack-dev-server --mode development",
"anal": "webpack --json > report.json",
"test": "echo \"Error: no test specified\"",
"watch:local": "cross-env NODE_ENV=local webpack-dev-server",
"storybook": "start-storybook -s ./dist -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dymajo/waka.git"
},
"keywords": [
"auckland",
"Wellington",
"transport",
"waka",
"transit",
"dymajo"
],
"author": "Jono Cooper <jono@dymajo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dymajo/waka/issues"
},
"homepage": "https://waka.app",
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@storybook/addon-actions": "^6.2.8",
"@storybook/addon-links": "^6.2.8",
"@storybook/addons": "^6.2.8",
"@storybook/react": "^6.2.8",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-react-native-web": "^0.12.3",
"babel-preset-airbnb": "^4.5.0",
"cross-env": "^7.0.3",
"eslint": "^6.8.0",
"eslint-config": "^0.3.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.23.2",
"git-revision-webpack-plugin": "^3.0.6",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"prettier": "^1.19.1",
"react-svg-loader": "^3.0.3",
"sass-loader": "^8.0.2",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^3.9.0",
"webpack-manifest-plugin": "^2.2.0",
"whatwg-fetch": "^3.6.2"
},
"dependencies": {
"@babel/preset-react": "^7.13.13",
"clipboard": "^2.0.8",
"css-loader": "^3.6.0",
"history": "^4.10.1",
"http-proxy": "^1.18.1",
"mapbox-gl": "^2.2.0",
"mini-css-extract-plugin": "^0.9.0",
"node-polyglot": "^2.4.0",
"offline-plugin": "^5.0.7",
"prop-types": "^15.7.2",
"query-string": "^6.14.1",
"react": "^17.0.2",
"react-art": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "^0.15.7",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"resolve-url-loader": "^3.1.2",
"smoothscroll-polyfill": "^0.4.4",
"style-loader": "^1.3.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
}
}