-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.71 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": "diegy",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"start": "node scripts/start.js",
"make": "elm make",
"repl": "elm repl",
"reactor": "elm reactor",
"test": "elm-test"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.20.7",
"@babel/plugin-transform-runtime": "7.1.0",
"@babel/preset-env": "7.1.0",
"@dillonkearns/elm-graphql": "^3.6.2",
"assets-webpack-plugin": "^3.9.10",
"autoprefixer": "^8.0.0",
"babel-loader": "8.3.0",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^2.3.1",
"clean-webpack-plugin": "^0.1.18",
"connect-history-api-fallback": "^1.5.0",
"cosmiconfig": "^5.2.1",
"css-loader": "^6.7.3",
"dotenv": "^5.0.0",
"elm": "0.19.0-bugfix2",
"elm-hot-webpack-loader": "^1.1.2",
"elm-test": "^0.19.0-rev6",
"elm-webpack-loader": "^8.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"http-proxy-middleware": "^0.17.4",
"mini-css-extract-plugin": "^2.7.2",
"minimist": "1.2.0",
"postcss-flexbugs-fixes": "^3.3.0",
"postcss-loader": "7.0.2",
"promise": "8.0.1",
"react-dev-utils": "12.0.1",
"react-error-overlay": "^4.0.0",
"string-replace-loader": "^3.1.0",
"style-loader": "^3.3.1",
"sw-precache-webpack-plugin": "^0.11.5",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-dev-server": "^3.8.1",
"webpack-manifest-plugin": "^2.1.2",
"whatwg-fetch": "2.0.4"
},
"dependencies": {
"@capacitor/android": "^1.2.1",
"@capacitor/cli": "^1.2.1",
"@capacitor/core": "^1.2.1"
}
}