-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 KB
/
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
41
42
43
{
"name": "animation-best-practices",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "npm run watch",
"watch": "10up-toolkit watch --port=5000 --hot",
"build": "10up-toolkit build",
"format-js": "10up-toolkit format-js",
"lint-js": "10up-toolkit lint-js",
"lint-style": "10up-toolkit lint-style",
"test": "10up-toolkit test-unit-jest",
"clean-dist": "rm -rf ./dist"
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"10up-toolkit": "^6.3.0",
"html-bundler-webpack-plugin": "^1.6.2"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@10up/component-accordion": "^2.0.1",
"@swup/a11y-plugin": "^2.1.0",
"@swup/body-class-plugin": "^1.0.2",
"@swup/js-plugin": "^1.0.5",
"gsap": "^3.11.4",
"normalize.css": "^8.0.1",
"swup": "^3.0.4"
}
}