-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1000 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
{
"name": "webpage",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/material-ui": "^0.20.0",
"lodash.range": "^3.2.0",
"material-ui": "^0.20.0",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"react": "^16.2.0",
"react-color": "^2.13.8",
"react-dom": "^16.2.0",
"react-motion": "^0.5.2",
"react-router-dom": "^4.2.2",
"react-router-transition": "^1.2.0",
"react-scripts-ts": "2.8.0",
"react-spinkit": "^3.0.0",
"react-swipe": "^5.1.1",
"react-swipeable-views": "^0.12.12",
"react-transition-group": "^2.2.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^21.1.9",
"@types/node": "^8.5.2",
"@types/react": "^16.0.31",
"@types/react-dom": "^16.0.3",
"prettier": "1.9.2",
"tslint-config-prettier": "^1.6.0"
}
}