-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 816 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 816 Bytes
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
{
"name": "parceljs-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node deploy-script.js -t dev",
"build": "node deploy-script.js",
"publish": "node publish.js"
},
"keywords": [],
"author": "TRIX",
"license": "ISC",
"browserslist": [
"> 1%",
"last 2 versions"
],
"devDependencies": {
"autoprefixer": "^9.7.0",
"caniuse-lite": "^1.0.30001038",
"cssnano": "^4.1.10",
"fs-extra": "^7.0.0",
"glob-watcher": "^5.0.1",
"parcel-bundler": "^1.12.4",
"promise-polyfill": "^8.1.3",
"replace-in-file": "^4.1.1",
"sass": "^1.22.7",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"gsap": "^3.9.1",
"sortablejs": "^1.14.0"
}
}