forked from Elao/elao_
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 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
{
"name": "elao_",
"version": "1.0.0",
"description": "elao website",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/Elao/elao_/issues"
},
"homepage": "https://github.com/Elao/elao_#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Elao/elao_.git"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production",
"lint": "eslint assets/js --ext .js,.json",
"fix": "eslint assets/js --ext .js,.json --fix"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@symfony/stimulus-bridge": "^2.1.0",
"aos": "^3.0.0-beta.6",
"prismjs": "^1.24.0",
"stimulus": "^2.0.0"
},
"devDependencies": {
"@symfony/webpack-encore": "^1.5.0",
"autoprefixer": "^10.0.0",
"babel-eslint": "^10.1.0",
"concurrently": "^6.2.0",
"core-js": "^3.15.1",
"eslint": "^7.29.0",
"eslint-plugin-json": "^3.0.0",
"file-loader": "^6.2.0",
"node-sass": "^6.0.1",
"postcss-loader": "^5.0.0",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^12.0.0",
"webpack-notifier": "^1.13.0"
}
}