forked from craftdocs/craft-extension-inspirations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "phonetocraft",
"version": "0.0.1",
"description": "send notes from your phone to craft",
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack serve --mode=development"
},
"author": "ptr",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@craftdocs/craft-extension-api": "0.0.3",
"@craftdocs/craft-extension-api-sdk": "0.0.2",
"@types/node": "^16.11.3",
"copy-webpack-plugin": "^9.1.0",
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.4.0",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"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": {
"autoprefixer": "^10.4.0",
"tslib": "^2.3.1"
}
}