-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "stride-fall-22",
"scripts": {
"build": "style-dictionary build --config ./styleDictionary.config.js && webpack && echo '/* /index.html 200' | cat >dist/_redirects",
"start": "webpack serve --mode development"
},
"dependencies": {
"@gambowoa/text-box-trim": "^1.0.6",
"clsx": "^1.2.1",
"focus-trap-react": "^10.0.0",
"framer-motion": "^7.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-remove-scroll": "^2.5.5",
"react-router-dom": "^6.4.2",
"use-immer": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.2.5",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"favicons": "^7.0.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"style-dictionary": "^3.7.1",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}