-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.42 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.42 KB
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
43
44
{
"name": "ai-chan-landing",
"version": "0.0.1",
"description": "React components following Microsoft's fluent design vision",
"main": "dist/server/index.js",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --content-base app --history-api-fallback",
"compile": "npm run clean-repo && NODE_ENV=production webpack --display-error-details",
"clean-repo": "ts-node -O '{\"module\": \"commonjs\"}' src/utility/clean-repo.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"classnames": "^2.2.6",
"material-ui-next-pickers": "^0.0.22",
"mdi-material-ui": "^6.11.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-swipeable-views": "^0.13.3",
"react-transition-group": "^4.3.0",
"resub": "^2.0.0-rc.2",
"typescript": "^3.7.5"
},
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"ts-node": "^8.6.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}