-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1005 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
{
"name": "trinity",
"version": "1.0.0",
"description": "Trinity",
"main": "index.js",
"repository": "git@github.com:notyim/noty.git",
"author": "Vinh Nguyen <vinh@noty.im>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.6.2",
"@babel/preset-env": "^7.0",
"@babel/preset-react": "^7.0",
"@rails/ujs": "^6.0.2-1",
"@rails/webpacker": "^4.0.7",
"babel-loader": "^8.0",
"babelify": "7.2.0",
"bulma": "^0.8.0",
"chartist": "^0.11.4",
"core-js": "^3.3.6",
"elm": "^0.19.1-3",
"elm-webpack-loader": "^6.0.1",
"regenerator-runtime": "^0.13.3",
"stimulus": "^1.1.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4"
},
"devDependencies": {
"elm-hot-webpack-loader": "^1.1.5",
"webpack-cli": "^3.2.2",
"webpack-dev-server": "^3.9.0"
}
}