-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 927 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
{
"name": "imgnry.com",
"dependencies": {
"@terwanerik/scrolltrigger": "^1.0.3",
"@vue/composition-api": "^0.3.4",
"lazysizes": "^5.2.0-beta1",
"parcel": "^1.12.4",
"pixi-filters": "^4.1.6",
"pixi.js": "^6.4.2",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-hot-reload-api": "^2.3.4",
"vue-plugin-load-script": "^1.2.0",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.2",
"@vue/runtime-dom": "^3.2.47",
"parcel-plugin-static-files-copy": "^2.2.1",
"sass": "^1.23.7",
"typescript": "^3.7.2",
"vue-template-compiler": "^2.6.10"
},
"scripts": {
"dev": "rm -rf dist && npx parcel index.html --open",
"build": "rm -rf dist && npx parcel build index.html"
}
}