-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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
49
50
51
52
53
54
55
56
{
"name": "daily-learning",
"private": true,
"scripts": {
"start": "webpack --mode=development --watch",
"postinstall": "webpack --mode=production"
},
"description": "daily learning",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shafehorg/daily-learning.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shafehorg/daily-learning/issues"
},
"homepage": "https://github.com/shafehorg/daily-learning#readme",
"engines": {
"node": "14.15.3",
"npm": "8.3.0"
},
"dependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "^5.4.3",
"babel-loader": "^8.0.6",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"turbolinks": "^5.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^4.9.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.7",
"redux-logger": "^3.0.6",
"tailwindcss": "^3.0.23"
},
"heroku-run-build-script": true
}