-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 803 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
36
37
38
{
"name": "react-tic-tac-toe",
"version": "0.1.0",
"engines": {
"node": "12.x"
},
"private": true,
"devDependencies": {
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"cssnano": "4.1.10",
"csstype": "2.6.9",
"typescript": "3.8.3"
},
"dependencies": {
"@hapi/iron": "6.0.0",
"react": "16.13.0",
"react-dom": "16.13.0",
"rollup": "2.0.6",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"turbolinks": "^5.2.0"
},
"scripts": {},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}