-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 907 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 907 Bytes
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
{
"name": "nikas",
"author": "Arash Hatami",
"description": "The first Persian comment system ",
"license": "MIT",
"repository": "github:Nikas-Project/Server",
"scripts": {
"test": "jest --config nikas/js/jest.config.js nikas/js/tests/",
"test-unit": "jest --config nikas/js/jest.config.js nikas/js/tests/unit/",
"build-dev": "webpack --config nikas/js/webpack.config.js --config-name dev",
"watch-dev": "webpack --config nikas/js/webpack.config.js --config-name dev --watch",
"build-prod": "webpack --config nikas/js/webpack.config.js --merge --config-name dev --config-name prod"
},
"devDependencies": {
"jest": "28.1.3",
"webpack": "5.88.1",
"webpack-cli": "4.10.0",
"fibers": "5.0.3",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-sass": "5.1.0",
"gulp-sourcemaps": "3.0.0",
"node-sass": "7.0.3",
"sass": "1.64.0"
}
}