-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.2 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
{
"name": "batch-craft-starter",
"description": "Batch's Craft Starter",
"scripts": {
"dev": "webpack-dev-server --progress --hide-modules --config=node_modules/@batch/craft-webpack/webpack.dev.js",
"build": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/@batch/craft-webpack/webpack.prod.js",
"dev-legacy": "webpack-dev-server --progress --hide-modules --config=node_modules/@batch/craft-webpack/webpack.dev.js --env.BUILD_TYPE=legacy",
"dev-combined": "webpack-dev-server --progress --hide-modules --config=node_modules/@batch/craft-webpack/webpack.dev.js --env.BUILD_TYPE=combined",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/batchnz/craft-starter.git"
},
"private": true,
"keywords": [
"Craft",
"CMS",
"Batch"
],
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"modernBrowsers": [
"> 0.5%",
"last 2 versions and not dead",
"last 3 Edge versions",
"Firefox ESR",
"not Safari < 10.1",
"not IE <= 11",
"not IE_Mob <= 11",
"not op_mini all"
],
"legacyBrowsers": [
"> 1%",
"last 2 versions",
"Firefox ESR"
]
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "3.6.5",
"js-event-bus": "^1.0.3",
"regenerator-runtime": "^0.13.7",
"tailwindcss": "^1.9.6",
"vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@batch/craft-webpack": "^1.4.3",
"@jest/globals": "^26.5.0",
"@testing-library/dom": "^7.26.6",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/user-event": "^12.2.2",
"@testing-library/vue": "^5.3.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.6.3",
"eslint-import-resolver-webpack": "^0.13.0",
"jest": "^26.6.3",
"prettier": "^2.1.2",
"vue-jest": "^3.0.7"
},
"author": "Josh Smith <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/batchnz/craft-starter/issues"
},
"homepage": "https://github.com/batchnz/craft-starter#readme"
}