-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 970 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
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "algoets",
"version": "1.0.1",
"description": "AlgoETS",
"author": "AlgoETS",
"license": "MIT",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"clean": "gulp clean",
"start": "gulp serve"
},
"dependencies": {
"axios": "^1.6.5",
"browser-sync": "^3.0.2",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-file-include": "^2.3.0",
"gulp-foreach": "^0.1.0",
"gulp-header-comment": "^0.10.0",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"particles.js": "^2.0.0",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.1.0",
"react-native-text-ticker": "^1.14.0",
"sass": "^1.71.1",
"tailwindcss": "^3.0.23"
},
"devDependencies": {
"fs": "^0.0.1-security",
"gulp-front-matter": "^1.3.0",
"gulp-markdown": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-tap": "^2.0.0",
"through2": "^4.0.2"
}
}