-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.77 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
{
"name": "wave",
"version": "0.0.1",
"description": "nd",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dashboard -- webpack-dev-server",
"start": "superstatic build -p 9999 --host 0.0.0.0 --gzip -c '{\"rewrites\": [{\"source\":\"**\",\"destination\":\"index.html\"}],\"headers\":[{\"source\":\"**\",\"headers\":[{\"key\":\"Cache-Control\",\"value\":\"max-age=86400\"}]}]}'",
"prestart": "npm run -s build",
"build": "cross-env NODE_ENV=production webpack -p --progress",
"prebuild": "rm -rf build mkdirp build",
"deploy": "npm run -s build && surge ./build -d https://test-wave-app.surge.sh"
},
"keywords": [
"preact",
"react",
"preact-compat",
"redux",
"sass",
"yarn"
],
"license": "MIT",
"author": "vitormalencar",
"devDependencies": {
"autoprefixer": "^9.6.4",
"babel": "^6.5.2",
"babel-core": "^6.20.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "6.24.1",
"babel-register": "^6.18.0",
"chai": "^4.2.0",
"compression-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^6.0.3",
"css-loader": "^3.2.0",
"enzyme": "^3.10.0",
"eslint": "^6.5.1",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^7.0.0",
"extract-text-webpack-plugin": "3.0.2",
"html-webpack-plugin": "^4.0.0",
"isparta-loader": "^2.0.0",
"karma": "^5.0.0",
"karma-chai": "^0.1.0",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^4.0.2",
"mkdirp": "^1.0.4",
"mocha": "^7.1.1",
"node-sass": "^4.5.2",
"offline-plugin": "^5.0.7",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"script-ext-html-webpack-plugin": "^2.1.4",
"sinon": "^9.0.2",
"sinon-chai": "^3.3.0",
"source-map-loader": "^1.0.0",
"superstatic": "^6.0.4",
"sw-precache-webpack-plugin": "^0.11.5",
"url-loader": "^4.1.0",
"webpack": "4.43.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-dashboard": "^3.2.0",
"webpack-dev-server": "3.8.2",
"webpack-manifest-plugin": "^2.2.0",
"webpack-plugin-critical": "^1.0.0"
},
"dependencies": {
"preact": "^10.4.1",
"preact-compat": "^3.10.0",
"preact-redux": "^2.0.0",
"preact-router": "^3.0.1",
"react-helmet": "^6.0.0",
"redux": "^4.0.4",
"redux-observable": "^1.2.0",
"rxjs": "^6.5.3"
},
"main": "index.js"
}