This repository was archived by the owner on Sep 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 1.86 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
{
"name": "@technologyadvice/genesis-core",
"version": "0.15.5",
"description": "Simplified build tooling for a complected world",
"main": "src/entries/node.js",
"repository": "https://github.com/technologyadvice/genesis-core",
"author": "TechnologyAdvice",
"license": "MIT",
"bin": {
"gen": "./bin/gen.js"
},
"files": [
"bin",
"src",
"README.md"
],
"scripts": {
"release:major": "ta-script npm/release major",
"release:minor": "ta-script npm/release minor",
"release:patch": "ta-script npm/release patch"
},
"dependencies": {
"awesome-typescript-loader": "^3.1.3",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.25.0",
"chalk": "^2.1.0",
"connect-history-api-fallback": "^1.3.0",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^3.0.0",
"figures": "^2.0.0",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.24.1",
"jest": "^21.0.1",
"js-yaml": "^3.9.1",
"node-sass": "^4.5.3",
"redash": "^0.23.0",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"ts-jest": "^21.0.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.8",
"webpack": "^3.0.0",
"webpack-dev-middleware": "^1.8.4",
"webpack-hot-middleware": "^2.13.2",
"webpack-manifest-plugin": "^1.1.0",
"yargs": "^9.0.1"
},
"devDependencies": {
"ta-scripts": "^2.5.2",
"typescript": "^2.4.2"
}
}