-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.66 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
{
"name": "temply-pwa",
"version": "0.8.3",
"description": "Temply PWA",
"main": "index.html",
"config": {
"branch": "early-dev"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack/webpack.config.js --watch",
"1build": "webpack --config webpack/webpack.config.js",
"major": "webpack --config webpack/webpack.config.js --env.major --en",
"minor": "webpack --config webpack/webpack.config.js --env.minor",
"patch": "webpack --config webpack/webpack.config.js --env.patch",
"build-debug": "webpack --config webpack/webpack.config.js --env.makeMaps"
},
"repository": "git+https://github.com/Sominemo/Temply-PWA.git",
"keywords": [],
"author": "Sominemo <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/Sominemo/Temply-PWA/issues"
},
"homepage": "https://github.com/Sominemo/Temply-PWA#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/plugin-transform-strict-mode": "^7.2.0",
"@babel/preset-env": "^7.5.4",
"@babel/runtime": "^7.3.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"bitbar-webpack-progress-plugin": "^1.0.0",
"bundle-loader": "^0.5.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.0",
"create-index": "^2.4.0",
"css-loader": "^3.0.0",
"eslint": "^5.10.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.16.0",
"extra-watch-webpack-plugin": "^1.0.3",
"fecha": "^3.0.2",
"file-loader": "^4.0.0",
"fs-extra": "^8.1.0",
"html-webpack-plugin": "^3.2.0",
"on-build-webpack": "^0.1.0",
"resource-hints-webpack-plugin": "^0.0.2",
"style-loader": "^0.23.1",
"svg-inline-loader": "^0.8.0",
"terser-webpack-plugin": "^1.2.3",
"url-loader": "^2.0.0",
"webpack": "^4.28.2",
"webpack-auto-inject-version": "^1.2.2",
"webpack-cli": "^3.1.2",
"webpack-pwa-manifest": "^4.0.0",
"workbox-webpack-plugin": "^4.0.0"
},
"dependencies": {
"core-js": "^3.0.0",
"git-rev-sync": "^1.12.0",
"idb": "^4.0.0",
"node-fetch": "^2.6.0",
"regenerator-runtime": "^0.13.2",
"semver-parser": "^3.0.1",
"sjcl": "^1.0.8"
}
}