-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.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
{
"name": "agada",
"version": "1.0.0",
"description": "All Round Lab Grown Diamonds",
"main": "index.js",
"author": "Webcodery",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"homepage": "https://github.com/iudchenko",
"repository": {
"type": "git",
"url": "git+https://github.com/iudchenko"
},
"bugs": {
"url": "https://github.com/iudchenko"
},
"devDependencies": {
"@wordpress/scripts": "^19.2.2",
"assert": "^2.0.0",
"dir-archiver": "^1.1.1",
"node-sass": "^7.0.1",
"rtlcss": "^3.5.0",
"stream-browserify": "^3.0.0"
},
"rtlcssConfig": {
"options": {
"autoRename": false,
"autoRenameStrict": false,
"blacklist": {},
"clean": true,
"greedy": false,
"processUrls": false,
"stringMap": []
},
"plugins": [],
"map": false
},
"dependencies": {
"@wordpress/scripts": "*",
"axios": "^0.27.2",
"normalize.css": "^8.0.1",
"swiper": "^8.2.2"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"dev": "wp-scripts start",
"devFast": "wp-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
}
}