-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1013 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1013 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
{
"name": "hashify_me",
"private": true,
"scripts": {
"watch": "bin/webpack --watch --colors --progress"
},
"dependencies": {
"@babel/preset-react": "^7.12.1",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
"@types/node": "^14.14.21",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"mixpanel-browser": "^2.40.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.3.1",
"react-syntax-highlighter": "^15.3.0",
"react-typed": "^1.2.0",
"tailwindcss": "^1.9.5",
"ts-loader": "^8.0.6",
"turbolinks": "^5.2.0",
"typescript": "^4.0.3"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}