This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.89 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
{
"name": "@absolunet/manager",
"version": "2.1.0",
"description": "Manager for Node.js projects",
"definition": "",
"homepage": "https://github.com/absolunet/node-manager",
"author": {
"name": "Absolunet",
"url": "https://absolunet.com"
},
"keywords": [
"lerna",
"publish",
"webpack"
],
"license": "MIT",
"repository": {
"url": "git://github.com/absolunet/node-manager.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/absolunet/node-manager/issues"
},
"engines": {
"node": ">= 12"
},
"main": "dist/node",
"scripts": {
"manager:install": "node manager --task=install",
"manager:outdated": "node manager --task=outdated",
"manager:build": "node manager --task=build",
"manager:watch": "node manager --task=watch",
"manager:documentation": "node manager --task=documentation",
"manager:prepare": "node manager --task=prepare",
"manager:rebuild": "node manager --task=rebuild",
"manager:publish": "node manager --task=publish",
"manager:publish:unsafe": "node manager --task=publish:unsafe",
"test": "node test --scope=all",
"test:standards": "node test --scope=standards",
"test:unit": "node test --scope=unit",
"test:feature": "node test --scope=feature",
"test:integration": "node test --scope=integration",
"test:endtoend": "node test --scope=endtoend"
},
"devDependencies": {
"@absolunet/manager": "2.1.0",
"@absolunet/nwayo-toolbox": "3.7.1",
"@absolunet/stylelint-config-nwayo": "1.3.0",
"@absolunet/tester": "3.2.0",
"autoprefixer": "9.7.4",
"cssnano": "4.1.10",
"fibers": "4.0.2",
"gulp": "4.0.2",
"gulp-dart-sass": "0.9.1",
"gulp-postcss": "8.0.0",
"jquery": "3.4.1",
"jquery.scrollto": "2.1.2",
"prismjs": "1.19.0",
"sass": "1.25.0",
"stylelint": "13.0.0"
},
"dependencies": {
"@absolunet/brand-guidelines": "^0.1.1",
"@absolunet/fsp": "^1.6.2",
"@absolunet/fss": "^1.6.2",
"@absolunet/joi": "^0.3.0",
"@absolunet/private-registry": "^2.0.0",
"@absolunet/terminal": "^3.0.2",
"@babel/core": "^7.8.4",
"@babel/plugin-transform-modules-commonjs": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"chalk": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.4",
"disable-output-webpack-plugin": "^1.0.1",
"figures": "^3.1.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.6",
"inquirer": "^7.0.4",
"jsdoc": "^3.6.3",
"lerna": "^3.20.2",
"lodash.kebabcase": "^4.1.1",
"minimist": "^1.2.0",
"node-emoji": "^1.10.0",
"npm-check": "^5.9.0",
"pkg-dir": "^4.2.0",
"resolve-pkg": "^2.0.0",
"semver": "^7.1.2",
"string-length": "^3.1.0",
"text-table": "^0.2.0",
"tmp": "^0.1.0",
"webpack": "^4.41.5",
"webpack-merge": "^4.2.2"
}
}