-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 920 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": "saint-feauni",
"version": "1.0.0",
"description": "Quête Symfony Webpack",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@symfony/webpack-encore": "^0.20.1",
"ajv": "^6.5.0",
"bootstrap": "^4.1.1",
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0",
"hoek": "^5.0.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"webpack-notifier": "^1.6.0"
},
"devDependencies": {
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xvrlng/symfony1.git"
},
"keywords": [
"symfony"
],
"author": "Xavier Vierling",
"license": "ISC",
"bugs": {
"url": "https://github.com/xvrlng/symfony1/issues"
},
"homepage": "https://github.com/xvrlng/symfony1#readme"
}