-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "pds-blocks-pro",
"version": "1.0.7",
"description": "Phenix Design System User Interface / Front-End Framework - for WordPress.",
"author": "Abdullah.Ramadan <[email protected]> (https://phenixthemes.com)",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/EngCode/pds-blocks-pro.git"
},
"bugs": {
"url": "https://gitlab.com/EngCode/pds-blocks-pro/issues"
},
"homepage": "https://phenixthemes.com",
"keywords": [
"phenix",
"phenix ui",
"tornado ui",
"design system",
"bootstrap",
"tailwind",
"framework",
"css",
"js",
"esNext",
"web",
"app",
"enviroment",
"webpack",
"sass",
"rtl",
"typescript"
],
"main": "/assets/css/phenix.css",
"exports": {
"phenix-ts": "./src/typescript/",
"phenix-sass": "./src/sass/",
"phenix-css": "./assets/css/",
"phenix-js": "./assets/js/"
},
"size-limit": [
{
"limit": "75 kB",
"path": "assets/js/phenix.js"
}
],
"scripts": {
"phenix-start": "concurrently --kill-others \"npm run phenix-sass\" \"npm run phenix-ts\" \"npm run phenix-blocks\"",
"phenix-ts": "npx webpack --config typescript.webpack.js --watch",
"phenix-sass": "npx node-sass --watch src/sass -o assets/css --output-style compressed --source-map true",
"phenix-blocks": "wp-scripts start",
"animate-sass": "npx node-sass --watch src/animations/ -o assets/css/animations/ --output-style compressed"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@wordpress/scripts": "^26.19.0",
"@wordpress/server-side-render": "^3.16.0",
"babel-loader": "^8.2.5",
"concurrently": "^6.5.1",
"eslint-plugin-react": "^7.32.2",
"glob": "^9.3.2",
"react": "^17.0.0",
"ts-loader": "^7.0.5",
"typescript": "^5.0.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@types/babel__traverse": "^7.18.3",
"@uiw/react-textarea-code-editor": "^3.0.2",
"@wordpress/blocks": "^11.17.0"
}
}