This repository has been archived by the owner on Feb 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
111 lines (111 loc) · 4.51 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@ulaval/modul-website",
"version": "1.0.0-beta.12",
"description": "modUL web application.",
"author": "Martin Simard <martin.simard@dti.ulaval.ca>",
"private": false,
"scripts": {
"setup": "npm install",
"clean": "rimraf dist",
"reset": "rmdir /S /Q node_modules",
"relink": "rimraf node_modules/@ulaval/modul-components && npm run setup",
"dev": "npm run mdToAssets && webpack-dev-server --config conf/webpack.config.js --content-base src --colors --port 8083 --open --history-api-fallback --env.dev",
"build": "npm run mdToAssets && npm run assetsToDist && webpack --config conf/webpack.config.js --colors --optimize-minimize --env.prod",
"mdToAssets": "rimraf src/assets/md && copyfiles -u 5 \"./src/app/meta/components/**/*.md\" src/assets/md && copyfiles -u 5 \"./src/app/meta/directives/**/*.md\" src/assets/md && copyfiles -u 5 \"./src/app/meta/components/**/*.js\" src/assets/md && copyfiles -u 2 \"./src/app/content/**/*.md\" src/assets/md",
"prod": "http-server dist -p 8083 -g -o",
"unit": "karma start conf/karma.conf.js --browsers PhantomJS --single-run",
"unitall": "karma start conf/karma.conf.js --single-run",
"e2e": "node tests/e2e/index.js",
"test": "npm run unitall && npm run e2e",
"tslint": "tslint -c conf/tslint.json -e 'src/**/*.d.ts' -e 'tests/unit/**/*.d.ts' -s node_modules/custom-tslint-formatters/formatters -t grouped 'src/**/*.ts' 'tests/unit/**/*.ts' 'tests/e2e/*.ts'",
"stylelint": "stylelint \"src/**/*.css\" \"src/**/*.scss\" --config conf/stylelint.json",
"prepack": "npm run clean && npm run build",
"assetsToDist": "copyfiles -u 1 \"./src/assets/**/*\" dist",
"print_version_win": "echo %npm_package_version%",
"print_version_nx": "echo $npm_package_version"
},
"dependencies": {},
"devDependencies": {
"@types/es6-promise": "^0.0.33",
"@types/jasmine": "^2.8.2",
"@types/node": "^8.0.55",
"@ulaval/modul-components": "^1.0.0-beta.68",
"ajv": "^6.4.0",
"awesome-typescript-loader": "^3.4.1",
"axios": "^0.17.1",
"bundle-loader": "^0.5.5",
"chromedriver": "^2.33.2",
"compression-webpack-plugin": "^1.0.1",
"copyfiles": "^1.2.0",
"css-element-queries": "^0.4.0",
"css-loader": "^0.28.7",
"custom-tslint-formatters": "^2.1.1",
"enquire.js": "^2.1.6",
"es6-promise": "^4.1.1",
"file-loader": "^1.1.5",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.30.1",
"http-server": "^0.10.0",
"jasmine-core": "^2.8.0",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^3.0.0",
"markdown-it": "^8.4.0",
"moment": "^2.19.3",
"nightwatch": "^1.0.6",
"node-sass": "^4.9.2",
"popper.js": "^1.12.9",
"portal-vue": "~1.1.1",
"postcss-loader": "^2.0.9",
"postcss-sass": "^0.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"selenium-server": "^3.8.1",
"source-map-loader": "^0.2.4",
"style-loader": "^0.19.0",
"stylelint": "^8.3.1",
"stylelint-config-standard": "^18.0.0",
"stylelint-scss": "^2.2.0",
"stylelint-webpack-plugin": "^0.9.0",
"svg-inline-loader": "^0.8.0",
"tslint": "^5.8.0",
"tslint-config-standard": "^7.0.0",
"tslint-loader": "^3.5.3",
"typescript": "^2.6.2",
"uglify-js": "^3.2.1",
"uglifyjs-webpack-plugin": "^1.1.2",
"url-loader": "^0.6.2",
"vue": "^2.5.9",
"vue-class-component": "^6.1.1",
"vue-property-decorator": "^6.0.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.9",
"vue-template-loader": "^0.3.1",
"vue-touch": "^2.0.0-beta.4",
"vuex": "^3.0.1",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.1",
"webpack-dev-server": "^2.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/ulaval/modul-website.git"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"files": [
"dist"
],
"license": "Apache-2.0"
}