-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.93 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
{
"name": "entitizer.com",
"version": "0.1.0",
"description": "Entitizer.com",
"main": "./lib/app.js",
"private": true,
"scripts": {
"start": "npm run tsc && npm run build && node ./lib/app.js",
"build": "npm run browserify && npm run gulp",
"pretest": "npm run tsc && npm run gulp",
"test": "mocha",
"tsc": "tsc",
"tscw": "tsc -w",
"gulp": "gulp",
"browserify": "browserify ./assets/js/demo.js -o ./public/assets/js/demo.js",
"preversion": "npm run tsc",
"postversion": "git push --follow-tags",
"prepublish": "npm run tsc"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/entitizer/entitizer.com.git"
},
"keywords": [
"entitizer",
"entitizer.com"
],
"author": "Dumitru Cantea",
"license": "ISC",
"bugs": {
"url": "https://[email protected]/entitizer/entitizer.com/issues"
},
"homepage": "https://[email protected]/entitizer/entitizer.com#readme",
"devDependencies": {
"@types/express": "^4.0.35",
"@types/node": "^8.x.x",
"browserify": "^16.5.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.8.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-empty": "^0.1.2",
"gulp-imagemin": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^8.0.0",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.0",
"json-beautify": "^1.0.1",
"pump": "^3.0.0",
"typescript": "^4.5.5",
"vue": "^2.4.4"
},
"dependencies": {
"axios": "^0.16.2",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"entipic.url": "^0.1.0",
"express": "^4.15.2",
"foundation-sites": "^6.4.3",
"i18n": "^0.8.3",
"moment": "^2.18.1",
"node-sass": "^8.0.0",
"pug": "^2.0.0-rc.4"
},
"browser": {
"vue": "vue/dist/vue.common.js"
},
"resolutions": {
"graceful-fs": "^4.2.10"
}
}