-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 932 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": "mancala",
"version": "1.0.0",
"description": "Mancala Game",
"author": "Abdurrahman Kolsuz",
"dependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0",
"primereact": "^6.2.1",
"primeicons": "^4.1.0",
"react-transition-group": "^4.4.1",
"primeflex": "^2.0.0",
"classnames": "^2.3.1",
"axios": "^0.21.1",
"sockjs-client": "^1.5.1",
"stompjs": "^2.3.3",
"net": "^1.0.2"
},
"scripts": {
"watch": "webpack --watch -d --output ./target/classes/static/built/bundle.js"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"babel-loader": "^8.0.6",
"css-loader": "^5.2.0",
"file-loader": "^6.2.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
}
}