-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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
{
"name": "@ev_ex/evex-build-cms",
"version": "2.1.7",
"description": "Everything Explained CMS builder",
"main": "bin/main",
"types": "bin/main",
"scripts": {
"test": "cross-env NODE_ENV=development node ./bin/main.js -s . ./release/client/_data",
"build": "cross-env NODE_ENV=production node ./bin/main.js -s . ./release/client/_data"
},
"files": [
"bin/main.js",
"bin/main.d.ts",
"bin/lib"
],
"wallaby": {
"files": [
"./src/**/**.ts"
]
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"markdown-it": "^12.2.0",
"markdown-it-deflist": "^2.1.0",
"ramda": "^0.29.1",
"source-map-support": "^0.5.20",
"storyblok-js-client": "^5.14.4"
},
"devDependencies": {
"@types/gulp": "^4.0.9",
"@types/gulp-changed": "0.0.33",
"@types/gulp-gzip": "0.0.31",
"@types/gulp-rename": "^2.0.1",
"@types/jest": "^27.0.2",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.4",
"@types/ramda": "^0.27.66",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"del": "^6.0.0",
"eslint": "^7.32.0",
"jest": "^27.2.4",
"ts-jest": "^27.0.5",
"typescript": "^4.7.3"
}
}