-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "mh-platform-ui",
"version": "1.0.0",
"description": "Styles and javascript for Mutually Human projects",
"main": "index.js",
"repository": "[email protected]:mhs/mh-platform-ui.git",
"author": "Chris Westra <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"start": "NODE_ENV=development webpack-dev-server",
"prepublish": "babel src/js -d lib/js"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.0.9",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.0.6",
"node-sass": "^4.13.1",
"postcss": "^7.0.6",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"tailwindcss": ">=0.6.5",
"webpack": "^4.1.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"autosize": "^4.0.2",
"glob-all": "^3.1.0",
"prop-types": "^15.6.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-select": "^2.1.1",
"stimulus": "^1.1.0"
}
}