Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #49 from tikui/use-tikui-core
Browse files Browse the repository at this point in the history
Use tikui core and remove tech directory
  • Loading branch information
nonomoho committed Jan 19, 2020
2 parents 1bd655a + 56a04cc commit d424e39
Show file tree
Hide file tree
Showing 17 changed files with 214 additions and 1,177 deletions.
836 changes: 205 additions & 631 deletions package-lock.json

Large diffs are not rendered by default.

44 changes: 9 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,56 +30,30 @@
"main": "src/index.pug",
"repository": "github:tikui/tikui",
"scripts": {
"serve": "node build/tikui.js serve",
"build": "node build/tikui.js build",
"serve": "tikui-core serve",
"build": "tikui-core build",
"lint": "concurrently npm:sass:lint npm:pug:lint",
"pug:lint": "pug-lint src",
"sass:lint": "stylelint \"src/**/*.scss\" --syntax scss",
"sass:lint:fix": "stylelint \"src/**/*.scss\" --syntax scss --fix",
"postinstall": "tsc"
"sass:lint:fix": "stylelint \"src/**/*.scss\" --syntax scss --fix"
},
"dependencies": {
"@types/concurrently": "^4.1.0",
"@types/escape-html": "0.0.20",
"@types/node": "^12.12.21",
"@types/pug": "^2.0.4",
"@types/rimraf": "^2.0.3",
"@types/showdown": "^1.9.3",
"bootstrap": "^4.4.1",
"commander": "^4.0.1",
"concurrently": "^5.0.2",
"escape-html": "^1.0.3",
"html2pug": "^4.0.0",
"prismjs": "^1.17.1",
"pug": "^2.0.4",
"pug-cli": "^1.0.0-alpha6",
"pug-multiple-basedirs-plugin": "0.1.5",
"recursive-copy": "^2.0.9",
"rimraf": "^3.0.0",
"sass": "^1.23.7",
"showdown": "^1.9.1",
"tikuidoc-tikui": "^1.0.0",
"typescript": "^3.7.3"
"@tikui/core": "^1.0.0",
"tikuidoc-tikui": "^1.0.1"
},
"devDependencies": {
"@types/cors": "^2.8.6",
"@types/express": "^4.17.2",
"@types/sass": "^1.16.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"concurrently": "^5.0.2",
"husky": "^3.1.0",
"node-watch": "^0.6.3",
"pug-lint": "^2.6.0",
"reload": "^3.0.3",
"stylelint": "^12.0.0",
"stylelint": "^12.0.1",
"stylelint-config-concentric-order": "^3.5.0",
"stylelint-config-sass-guidelines": "^6.2.0",
"stylelint-config-scss": "^1.0.0-security",
"stylelint-config-standard": "^19.0.0"
},
"engines": {
"node": ">=12.13.1",
"npm": ">=6.12.0"
"node": ">=12.14.1",
"npm": ">=6.13.4"
},
"husky": {
"hooks": {
Expand Down
68 changes: 0 additions & 68 deletions tech/assets-build.ts

This file was deleted.

50 changes: 0 additions & 50 deletions tech/doc-resources.ts

This file was deleted.

4 changes: 0 additions & 4 deletions tech/documentation-loader.ts

This file was deleted.

107 changes: 0 additions & 107 deletions tech/express.ts

This file was deleted.

14 changes: 0 additions & 14 deletions tech/filters/Documentation.ts

This file was deleted.

23 changes: 0 additions & 23 deletions tech/filters/component-doc.ts

This file was deleted.

53 changes: 0 additions & 53 deletions tech/filters/doc-utils.ts

This file was deleted.

0 comments on commit d424e39

Please sign in to comment.