-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 989 Bytes
/
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
{
"name": "SFAI",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"@rails/webpacker": "3.5",
"babel-preset-react": "^6.24.1",
"caniuse-lite": "^1.0.30000899",
"classnames": "^2.2.6",
"devise": "^1.0.9",
"fstream": "^1.0.12",
"immutability-helper": "^2.8.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"lodash.mergewith": "^4.6.2",
"lodash.template": "^4.5.0",
"mixin-deep": "^2.0.1",
"node-sass": "^4.12.0",
"prettier": "1.17.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-dropzone": "^7.0.1",
"react-linkify": "^0.2.2",
"react-modal": "^3.6.1",
"react-paginate": "^6.3.0",
"react_ujs": "^2.4.4",
"set-value": "^3.0.1",
"tachyons-sass": "^4.9.3"
},
"devDependencies": {
"webpack-dev-server": "^3.1.11"
}
}