-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 940 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
{
"name": "@ardiffaz/pop",
"license": "MIT",
"authors": [
{
"name": "Ardiffaz",
"role": "maintainer",
"email": "[email protected]"
}
],
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@symfony/webpack-encore": "^0.28.3",
"axios": "^0.19.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.13.1",
"less-loader": "^4.1.0",
"marked": "^0.8.2",
"normalize.css": "^8.0.1",
"vue": "^2.7.14",
"vue-loader": "^15.10.1",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.14",
"vuex": "^3.6.2"
},
"scripts": {
"container-start-dev": "npm install && encore dev --watch",
"container-start-prod": "npm install && encore prod"
},
"dependencies": {
"core-js": "^3.29.1",
"dompurify": "^2.4.5",
"moment": "^2.29.4",
"normalizr": "^3.6.2",
"qs": "^6.11.1",
"uuid": "^3.4.0",
"vue-cookie": "^1.1.4"
}
}