-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "typescript-extension",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve --mode=development"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@craftdocs/craft-extension-api": "0.0.4",
"@craftdocs/craft-extension-api-sdk": "0.0.4",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.13",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.7.2",
"html-webpack-plugin": "^5.5.0",
"postcss": "^8.4.19",
"postcss-preset-env": "^7.0.1",
"react-dev-utils": "^11.0.4",
"style-loader": "^3.3.1",
"tailwindcss": "^3.2.4",
"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": {
"postcss-loader": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.7.1",
"uuid": "^9.0.0"
}
}