-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "mmp2b",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.2",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"coffee-loader": "^0.9.0",
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^2.1.1",
"dotenv": "^7.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"getusermedia": "^2.0.1",
"glob": "^7.1.3",
"jquery-placeholder": "^2.3.1",
"js-yaml": "^3.12.2",
"node-sass": "^4.11.0",
"path-complete-extname": "^1.0.0",
"postcss-loader": "^3.0.0",
"postcss-smart-import": "^0.7.6",
"precss": "^4.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4"
},
"version": "0.1.0",
"devDependencies": {
"browser-sync": "^2.26.3",
"eslint": "5.16.0",
"prettier": "1.16.4",
"webpack-dev-server": "^3.2.1"
}
}