-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.47 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
{
"name": "flightdeck",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "npx webpack watch --mode development",
"build": "npx webpack --mode production",
"start": "wp-env start",
"stop": "wp-env stop",
"export": "wp-plugin-export --name flightdeck --version 1.0.0"
},
"author": "Web Results Direct",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.20.2",
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/runtime": "^7.21.0",
"@material-design-icons/font": "^0.14.3",
"@material-design-icons/svg": "^0.14.3",
"@tailwindcss/typography": "^0.5.9",
"@webpack-cli/generators": "^3.0.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"css-loader": "^6.7.3",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^8.0.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.3",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}