generated from pythonpizza/template-website-v1
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 956 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
{
"name": "holguin.python.pizza",
"version": "2020.0.0",
"main": "src/index.js",
"license": "MIT",
"scripts": {
"dev": "poi --serve",
"build": "poi --prod"
},
"devDependencies": {
"@poi/plugin-typescript": "12.2.1",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"eslint": "^6.8.0",
"eslint-config-synacor": "^3.0.5",
"if-env": "^1.0.0",
"poi": "12.7.5",
"react-hot-loader": "4.12.21"
},
"dependencies": {
"@types/classnames": "^2.2.9",
"@types/smoothscroll-polyfill": "0.3.1",
"classnames": "^2.2.5",
"eslint-plugin-typescript": "0.14.0",
"postcss-custom-media": "7.0.8",
"postcss-nested": "4.2.3",
"prettier": "^1.19.1",
"raw-loader": "4.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"smoothscroll-polyfill": "0.4.4",
"tslint": "6.0.0",
"typescript": "3.7.5",
"typescript-eslint-parser": "22.0.0",
"yarn": "^1.22.0"
}
}