- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
27 lines (27 loc) · 583 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 583 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
{
"name": "demo-react",
"version": "1.0.0",
"description": "foo",
"main": "index.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"foo"
],
"author": "tymon",
"license": "ISC",
"dependencies": {
"@types/react": "^15.0.20",
"@types/react-dom": "^0.14.23",
"font-awesome": "^4.7.0",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"awesome-typescript-loader": "^3.1.2",
"source-map-loader": "^0.2.0",
"typescript": "^2.2.2"
}
}