-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.09 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
{
"name": "sumatra-starter-theme",
"version": "2",
"description": "Sumatra Starter Theme",
"main": "index.js",
"scripts": {
"tailwind": "postcss ./src/css/style.css -o style.css --watch --verbose",
"browsersync": "browser-sync start --proxy 'sst.local' --files '**/*.php,*.css,**/*.js'",
"webpack": "webpack --config webpack.js",
"dev": "concurrently 'npm:tailwind' 'npm:browsersync' 'npm:webpack'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/balapa/sumatra-starter-theme.git"
},
"author": "Bhakti Pasaribu",
"license": "ISC",
"bugs": {
"url": "https://github.com/balapa/sumatra-starter-theme/issues"
},
"homepage": "https://github.com/balapa/sumatra-starter-theme#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"postcss-cli": "^9.1.0",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.24",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"aos": "^2.3.4",
"gsap": "npm:@gsap/shockingly@^3.11.1"
}
}