-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 2.08 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 2.08 KB
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
{
"name": "greenlet",
"version": "2.5.1",
"description": "Extremely fast and highly customizable WordPress theme.",
"dependencies": {
"react-select-search": "^2.2.3",
"react-sortablejs": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.3.4",
"autoprefixer": "^10.0.4",
"clean-css-cli": "^4.3.0",
"node-sass": "^5.0.0",
"postcss": "^8.1.14",
"postcss-cli": "^8.3.0",
"rollup": "^2.34.1",
"rollup-plugin-scss": "^2.6.1",
"rollup-plugin-terser": "^7.0.2",
"uglify-js": "^3.12.1"
},
"scripts": {
"build": "./src/build.sh",
"start": "./src/build.sh --watch",
"bundle": "./src/build.sh --final",
"bundle:pro": "./src/build.sh --final pro",
"bundle:cw": "./src/build.sh --final cw",
"bundle:cwPro": "./src/build.sh --final cwPro",
"fonts": "./src/build.sh fonts",
"css": "CSS=1 ./node_modules/.bin/rollup -c",
"css:w": "CSS=1 ./node_modules/.bin/rollup -c -w",
"js": "./src/build.sh js",
"upgrade": "./src/update-version",
"i18n": "./src/build.sh i18n",
"main": "MAIN=1 ./node_modules/.bin/rollup -c",
"main:w": "MAIN=1 ./node_modules/.bin/rollup -c -w",
"main:fe:w": "MAIN_FE=1 ./node_modules/.bin/rollup -c -w",
"main:be:w": "MAIN_BE=1 ./node_modules/.bin/rollup -c -w",
"colorwings": "CW=1 ./node_modules/.bin/rollup -c && ./src/build.sh cw:cp",
"colorwings:w": "CW=1 ./node_modules/.bin/rollup -c -w",
"pro": "PRO=1 ./node_modules/.bin/rollup -c",
"pro:w": "PRO=1 ./node_modules/.bin/rollup -c -w",
"pro:be:w": "PRO_BE=1 ./node_modules/.bin/rollup -c -w",
"pro:fe:w": "PRO_FE=1 ./node_modules/.bin/rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefoxes/greenlet.git"
},
"author": "Greenlet Team",
"license": "GPL-2.0-or-later"
}