-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "craft-neo",
"version": "5.2.15",
"description": "A Matrix-like field type with block hierarchy",
"main": "webpack.config.js",
"scripts": {
"build": "./node_modules/.bin/standard && ./node_modules/.bin/webpack",
"check-style": "./node_modules/.bin/standard && (ddev composer run-script check-cs || composer run-script check-cs)",
"test": "ddev php vendor/bin/codecept run unit || php vendor/bin/codecept run unit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spicywebau/craft-neo.git"
},
"keywords": [
"craft cms",
"plugin",
"matrix",
"field type"
],
"author": "Spicy Web",
"license": "proprietary",
"bugs": {
"url": "https://github.com/spicywebau/craft-neo/issues"
},
"homepage": "https://github.com/spicywebau/craft-neo#readme",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"css-loader": "^6.7.1",
"mini-css-extract-plugin": "^2.6.1",
"pre-commit": "^1.2.2",
"sass": "^1.56.1",
"sass-loader": "^13.1.0",
"standard": "^17.0.0",
"terser-webpack-plugin": "^5.3.6",
"uuid": "^9.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"standard": {
"ignore": [
"src/web/assets/*/dist/**/*.js"
]
},
"pre-commit": [
"check-style",
"test"
]
}