-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
28 lines (28 loc) · 980 Bytes
/
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
{
"name": "windwalker",
"private": true,
"scripts": {
"build": "cross-env node_modules/.bin/gulp",
"build:dev": "cross-env NODE_ENV=development node_modules/.bin/gulp",
"build:prod": "cross-env NODE_ENV=production node_modules/.bin/gulp",
"watch": "cross-env NODE_ENV=development node_modules/.bin/gulp --watch=1",
"watch:reload": "cross-env NODE_ENV=development node_modules/.bin/gulp --watch=1 --livereload=1",
"postinstall": "yarn build install"
},
"dependencies": {
"@fortawesome/fontawesome-free": "next",
"@windwalker-io/core": "^4.0",
"@windwalker-io/fusion": "^1.0",
"@windwalker-io/unicorn": "^1.0",
"animate.css": "^4.1.1",
"bootstrap": "^5.0.0",
"jarallax": "^1.12.8",
"wowjs": "^1.1.3"
},
"//": {
"workspaces": [
"vendor/windwalker/unicorn/*",
"vendor/windwalker/core/assets/*"
]
}
}