-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 948 Bytes
/
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
{
"name": "smarter-type-field",
"version": "2.0.0",
"description": "Flexible matching for {{type:}} field",
"mainComment": "index.js",
"private": true,
"type": "module",
"scripts": {
"tests": "jest --env=jsdom",
"watch": "webpack --mode=development --watch",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production"
},
"keywords": [],
"author": "Bassim ELBAKKALI ELGAZUANI",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@webpack-cli/generators": "^3.0.1",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"filemanager-webpack-plugin": "^8.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"diff": "^5.1.0"
}
}