-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
85 lines (85 loc) · 2.33 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
{
"name": "preact-journal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jpodwys/preact-journal.git"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"serve": "gulp serve",
"go": "npm run build && npm run serve",
"test": "karma start test/karma.conf.js --single-run"
},
"dependencies": {
"aws-ssl-profiles": "^1.1.2",
"babel-core": "^6.26.0",
"babel-loader": "7.1.1",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"cookie-parser": "1.4.1",
"del": "^3.0.0",
"dotenv": "1.2.0",
"express": "^4.16.3",
"express-jwt": "^5.3.3",
"force-ssl-heroku": "1.0.2",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-clean-css": "^3.9.2",
"gulp-htmlmin": "^4.0.0",
"gulp-inline-source": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-uglify": "^3.0.0",
"gulp-webpack": "^1.5.0",
"idb-keyval": "^3.1.0",
"jsonwebtoken": "^8.0.0",
"mysql2": "^1.6.5",
"preact": "^8.3.1",
"select": "^1.1.2",
"sequelize": "^6.2.4",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.6.0"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"chai": "^4.1.2",
"fetch-mock": "^7.0.0-alpha.6",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^4.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-webpack": "^3.0.5",
"mocha": "^5.2.0",
"node-fetch": "^2.2.0",
"path": "^0.12.7",
"preact-compat-enzyme": "^0.2.5",
"preact-test-utils": "^0.1.3",
"sinon": "^6.2.0"
},
"engines": {
"node": "16.x"
},
"author": "jpodwys",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpodwys/preact-journal/issues"
},
"homepage": "https://github.com/jpodwys/preact-journal#readme"
}