This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.61 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
{
"name": "miraiken.github.io",
"version": "0.0.0",
"description": "東京理科大学みらい研究室のWebページ",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/miraiken/web.git"
},
"scripts": {
"eslint-node": "eslint -c node.eslintrc.json postcss.config.js pug-executing-loader.js webpack.config.js",
"eslint-web": "eslint -c web.eslintrc.json --ignore-pattern **/lightbox_plus*.js --ignore-pattern postcss.config.js --ignore-pattern pug-executing-loader.js --ignore-pattern webpack.config.js .",
"eslint": "npm run eslint-node && npm run eslint-web",
"lint": "npm run eslint && pug-lint .",
"start": "webpack-dev-server"
},
"author": "東京理科大学みらい研究室広報班",
"contributors": [
"神楽坂一丁目通信局Web部"
],
"bugs": {
"url": "https://github.com/miraiken/web/issues"
},
"homepage": "https://github.com/miraiken/web#readme",
"dependencies": {
"css-loader": "^3.2.0",
"eslint": "^6.0.1",
"eslint-config-closure-es5": "^0.1.1",
"eslint-config-closure-es6": "^0.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"json-loader": "^0.5.7",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"postcss-reporter": "^6.0.1",
"pug": "^2.0.4",
"pug-lint": "^2.6.0",
"pug-lint-config-clock": "^2.0.0",
"pug-loader": "^2.4.0",
"raw-loader": "^0.5.1",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"webpack": "^3.12.0"
},
"devDependencies": {
"webpack-dev-server": "^2.11.5"
}
}