-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "graphics-2019-invitational",
"description": "1545 - 2019 Invitational Series Graphics",
"repository": {},
"license": "MIT",
"scripts": {
"build": "parcel build layouts/*.html index.html",
"serve": "parcel serve layouts/*.html index.html"
},
"dependencies": {
"lit-element": "^2.0.0-rc.5",
"lodash": "^4.17.11",
"normalize.css": "^8.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"yarn": "^1.12.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"cssnano": "^4.0.4",
"parcel-bundler": "^1.10.3",
"postcss-import": "^11.1.0",
"postcss-nested": "^3.0.0",
"postcss-preset-env": "^5.3.0",
"postcss-purgecss": "^1.0.0",
"tailwindcss": "^0.6.4"
},
"browserslist": [
"Firefox > 50",
"Chrome > 70"
],
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}