-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "craft-extension-example",
"version": "0.1.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve --mode=development"
},
"author": "Craft",
"license": "MIT",
"devDependencies": {
"@craftdocs/craft-extension-api": "0.0.4",
"@craftdocs/craft-extension-api-sdk": "0.0.4",
"@tailwindcss/forms": "^0.3.4",
"autoprefixer": "^10.4.0",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"html-webpack-inline-source-plugin": "0.0.10",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.4",
"postcss-cli": "^9.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.0.1",
"react-dev-utils": "^11.0.4",
"style-loader": "^3.3.1",
"tailwindcss": "^2.2.19",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"url-loader": "^4.1.1",
"webpack": "^5.62.2",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0",
"zip-webpack-plugin": "^4.0.1"
},
"dependencies": {
"flatpickr": "^4.6.13"
}
}