-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1016 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
{
"name": "brahmos-todo-mvc",
"version": "0.1.2",
"scripts": {
"start": "webpack-dev-server --open",
"build": "NODE_ENV=production webpack",
"build-page": "sh ./build.sh",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"dependencies": {
"brahmos": "^0.9.0-alpha",
"classnames": "^2.2.5",
"todomvc-app-css": "^2.0.6"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-plugin-brahmos": "git://github.com/s-yadav/babel-plugin-brahmos.git#0.5.0-alpha",
"babel-plugin-module-resolver": "^3.2.0",
"css-loader": "^2.1.1",
"cypress": "^3.6.1",
"html-webpack-plugin": "^3.2.0",
"packagebind": "^0.2.1",
"style-loader": "^0.23.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
}
}